File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
103
103
text: %Promise_reject%; url: sec-promise.reject
104
104
text: %Promise_resolve%; url: sec-promise.resolve
105
105
text: %PromiseProto_then%; url: sec-promise.prototype.then
106
+ text: typeof; url: sec-typeof-operator
106
107
type: const; for: ECMAScript
107
108
url: sec-well-known-symbols
108
109
text: @@iterator
@@ -6728,6 +6729,10 @@ of objects defined in this section has the value <emu-val>true</emu-val>.
6728
6729
Unless otherwise specified, the \[[Prototype]] internal slot
6729
6730
of objects defined in this section is {{%ObjectPrototype%}}.
6730
6731
6732
+ Unless otherwise specified, {{ECMAScript/typeof}} operator, when called on an
6733
+ exotic object that is not a [=function object=] defined in this section and
6734
+ other specifications, must return the string "<code>object</code>".
6735
+
6731
6736
Some objects described in this section are defined to have a <dfn id="dfn-class-string" export>class string</dfn>,
6732
6737
which is the string to include in the string returned from Object.prototype.toString.
6733
6738
You can’t perform that action at this time.
0 commit comments