archives

« Bugzilla Issues Index

#1646 — 11.2.3: misc typos


11.2.3 / Runtime Semantics: EvaluateCall ... / step 13
Assert: If result is not an abrupt completion then ...

Italicize 'result'.

---

11.2.3 / Runtime Semantics: EvaluateMethodCall ... / step 2
If IsUnresolvableReference(V), throw a ReferenceError exception.

'V' is not defined. s|V|ref|

---

11.2.3 / Runtime Semantics: EvaluateMethodCall ... / step 3.{a,b}
a. Assert: In this case, /base/ will never be null or undefined.
b. Let /base/ be ToObject(/base/)

'base' is not defined (not until step 6).

---

11.2.3 / Runtime Semantics: EvaluateMethodCall ... / step 8
Let key be GetReferencedKey(ref).

s|Key|Name|

---

11.2.3 / Runtime Semantics: EvaluateMethodCall ... / step 10
Let result be the result of calling the [[Invoke]] internal method
on base, passing key, argumentsList, and thisValue.

'argumentsList' is not defined. s|argumentsList|argList|

---

11.2.3 / Runtime Semantics: EvaluateMethodCall .. / step 12
Assert: If result is not an abrupt completion then ...

Italicize 'result'.


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft