archives

« Bugzilla Issues Index

#3829 — chapter 15: misc editorial


----------------------------------------
In 15.1.8 "Runtime Semantics: GlobalDeclarationInstantiation (script, env)":

{1}
15.1.8 / step 2:
Assert: /envRec/ is a Global Environment Record.

De-captalize "Global Environment Record"

----------------------------------------
In 15.1.9 "Runtime Semantics: ScriptEvaluationJob (sourceCodeId)":

{2}
15.1.9 / step 4.b:
Parse /source/ ... let /script/ the resulting parse tree. ...

Insert "be" before "the resulting parse tree"

----------------------------------------
In 15.2.1.1 "Static Semantics: Early Errors":

{3}
15.2.1.1 / group 1 / bullet 4:
It is a Syntax Error if any element of the ExportedBindings of /ModuleItemList/
do not also occurs in ...

s|do not also occurs|does not also occur|

----------------------------------------
In 15.2.1.15.1 "CreateModule(sourceCodeId) Abstract Operation":

{4}
15.2.1.15.1 / preamble:
The abstract operation CreateModule creates and returns a new Module Record.
The argument /sourceCodeId/ is a host supplied module identifier.

s|module identifier|module source code identifier|

----------------------------------------
In 15.2.1.16 "Static Semantics: ParseModuleAndImports ( ... )":

{5}
15.2.1.16 / step 20.b:
ReturnIfAbrupt(/normalizedRequest/).

s|normalizedRequest|requestedSrcID|

----------------------------------------
In 15.2.1.18 "Static Semantics: ResolveExport(...)":

{6}
15.2.1.18 / step 2:
For each Record /r/ {[[module]], [[exportName]]} in /circularitySet/, do:

Everywhere else has "Record {...} /var/", not "Record /var/ {...}"

----------------------------------------
In 15.2.3.2 "Static Semantics: BoundNames":

{7+8}
15.2.3.2 / group 4 / step 2:
15.2.3.2 / group 5 / step 2:
If /declarationNames/ does not include the element "*default*", append
"*default*"to /declarationNames/.

Insert a space before "to"

----------------------------------------
In 15.2.3.11 "Runtime Semantics: Evaluation":

{9}
15.2.3.11 / group 5 / step 1:
Let /value/ the result of BindingClassDeclarationEvaluation ...

Insert "be" before "the result"

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


fixed in rev33 editor's draft


fixed in rev33