apply |
|
|
browser.js |
|
0 |
construct |
|
|
defineProperty |
|
|
deleteProperty |
|
|
enumerate |
|
|
get |
|
|
getOwnPropertyDescriptor |
|
|
getPrototypeOf |
|
|
has |
|
|
isExtensible |
|
|
object-prototype.js |
---
es6id: 26.1
description: >
The value of the [[Prototype]] internal slot of the Reflect object
is the intrinsic object %ObjectPrototype% (19.1.3).
features: [Reflect]
--- |
482 |
ownKeys |
|
|
preventExtensions |
|
|
prop-desc.js |
---
esid: sec-reflect-object
description: >
Property descriptor of Reflect
info: |
The Reflect Object
...
The Reflect object does not have a [[Construct]] internal method;
it is not possible to use the Reflect object as a constructor with the new operator.
The Reflect object does not have a [[Call]] internal method;
it is not possible to invoke the Reflect object as a function.
17 ECMAScript Standard Built-in Objects:
Every other data property described in clauses 18 through 26 and in Annex B.2
has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js]
features: [Reflect]
--- |
1157 |
set |
|
|
setPrototypeOf |
|
|
shell.js |
|
0 |
Symbol.toStringTag.js |
---
description: >
`Symbol.toStringTag` property descriptor
info: |
The initial value of the @@toStringTag property is the String value
"Reflect".
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [Symbol.toStringTag, Reflect]
--- |
636 |