same for isRawJSON's property descriptor test file

This commit is contained in:
Ioanna M. Dimitriou H 2024-10-09 21:40:32 +02:00 committed by Philip Chimento
parent d103a39e52
commit 3f8d416bf5

View File

@ -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,