archives

« Bugzilla Issues Index

#782 — 15.13.*: dot notation


At various points within section 15.13, dot notation is used to refer to the value of a (named or internal) property of an object:

15.13.6.4.3:
this.buffer
this.offset

15.13.6.5.{1,2}:
A.buffer.[[NativeBuffer]]
A.byteOffset

15.13.7.4:
this.buffer.[[NativeBuffer]]

However, algorithms are (so far) only allowed to use dot notation when accessing a field of a Record (8.7).


fixed in rev 16 editor's draft


fixed in rev16 draft. July 15, 2013