mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
typeof JSON.isRawJSON,
|
||||
'function',
|
||||
'The value of `typeof JSON.isRawJSON` is "function"'
|
||||
);
|
||||
|
||||
verifyProperty(JSON, 'isRawJSON', {
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user