archives

« Bugzilla Issues Index

#2686 — 26.2 Realm Objects: various typos


26.2 Realm Objects:

26.2.1 The Reflect.Realm Constructor
- "The initialize value" -> "The initial value"
- "intrinsic object Reflect.Realm" -> missing comma or full stop

26.2.1.1 Reflect.Realm ( [ options [ , initializer ] ] )
- step 21, rentretly -> reentrantly

26.2.3.2 Reflect. Realm.prototype.eval ( source )
- arguent -> argument

26.2.3.4 get Reflect.Realm.prototype.intrinsics
- step 6.3, ".Perfrom" -> "Perform"

26.2.3.5 get Reflect.Realm.prototype.stdlib
- step 6, double comma
- step 6.1, double full stops
- step 6.2, propties -> properties
- step 6.2, "the value the" -> "the value"
- step 6.3, DefinePropertyOrTrhow -> DefinePropertyOrThrow
- step 6.4, missing full stop
- NOTE, "objects return" -> "object returned"
- NOTE, Realms’s -> Realm's
- NOTE, "to with" ->

26.2.3.7 Realm Subclass Extension Properties
- subclass -> subclasses

26.2.3.7.1 Reflect.Realm.prototype.directEval ( source )
- Reflect.Realm.prototype.eval -> Reflect.Realm.prototype.directEval
- arguent -> argument

26.2.3.7.2 Reflect.Realm.prototype.indirectEval ( source )
- Reflect.Realm.prototype.eval -> Reflect.Realm.prototype.indirectEval
- arguent -> argument

26.2.3.7.3 Reflect.Realm.prototype.initGlobal ( )
- Reflect.Realm.prototype.eval -> Reflect.Realm.prototype.initGlobal
- arguent -> no arguments used in this method

26.2.3.7.4 Reflect.Realm.prototype.indirectEval ( source )
- indirectEval -> nonEval or directEvalFallback or ...
- arguent -> argument


fixed in rev25 editor's draft


fixed in rev25