mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
same for isRawJSON's property descriptor test file
This commit is contained in:
parent
d103a39e52
commit
3f8d416bf5
@ -18,12 +18,6 @@ includes: [propertyHelper.js]
|
|||||||
features: [json-parse-with-source]
|
features: [json-parse-with-source]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(
|
|
||||||
typeof JSON.isRawJSON,
|
|
||||||
'function',
|
|
||||||
'The value of `typeof JSON.isRawJSON` is "function"'
|
|
||||||
);
|
|
||||||
|
|
||||||
verifyProperty(JSON, 'isRawJSON', {
|
verifyProperty(JSON, 'isRawJSON', {
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
writable: true,
|
writable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user