jorendorff / es-spec-html

An HTML version of the ECMAScript draft specification autogenerated from the source
http://ecma-international.org/ecma-262/5.1/
51 stars 17 forks source link

8.1.2.4 NewFunctionEnvironment is not the latest revision #51

Closed muratsu closed 10 years ago

muratsu commented 10 years ago

Bullet 5 on the word doc is:

  1. If F’s has a [[HomeObjectNeedsSuper]] internal slot is true, then a. Let home be the value of F’s [[HomeObject]] internal slot. b. If home is undefined, then throw a ReferenceError exception.

a.c. Set envRec’s HomeObject to homethe value of F’s [[HomeObject]] internal slot.

b.d. Set envRec’s MethodName to the value of F’s [[MethodName]] internal slot.

The web version still uses the strikedthrough version.

muratsu commented 10 years ago

Sorry my bad, just had the old version cached.