The followings steps still use the previous "result of" notation.
8.1.1.4.1 HasBinding(N)
- steps 3 + 5
8.1.1.4.4 InitializeBinding (N,V)
- step 6
8.1.1.4.5 SetMutableBinding (N,V,S)
- step 3
15.1.8 Runtime Semantics: GlobalDeclarationInstantiation (script, env)
- steps 5.a, 5.b, 5.c, 6.a
18.2.1.2 Runtime Semantics: EvalDeclarationInstantiation( body, varEnv, lexEnv, strict)
- steps 6.a.i.1, 6.d.ii.1
19.1.2.2 Object.create ( O [ , Properties ] )
- step 3.a
19.1.2.3 Object.defineProperties ( O, Properties )
- step 1
19.1.2.11 Object.isExtensible ( O )
- step 2
19.1.3.2 Object.prototype.hasOwnProperty ( V )
- step 5
19.1.3.5 Object.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )
- step 2
19.2.3.6 Function.prototype[@@hasInstance] ( V )
- step 2
20.3.4.45 Date.prototype [ @@toPrimitive ] ( hint )
- step 6
21.2.5.6 RegExp.prototype [ @@match ] ( string )
- step 7.a
24.2.4.* DataView.prototype.getXXX ( byteOffset [ , littleEndian ] )
- step 2/3
24.2.4.* DataView.prototype.setXXX ( byteOffset, value [ , littleEndian ] )
- step 2/3
25.3.1.2 Generator.prototype.next ( value )
- step 2
fixed in rev34 editor's draft
fixed in rev34