-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.3.2
-
Component/s: JavaScript, Shell
-
None
-
Fully Compatible
-
ALL
Object.create()
Object.defineProperty()
Object.defineProperties()
Object.getPrototypeOf()
Object.keys()
Object.seal()
Object.freeze()
Object.preventExtensions()
Object.isSealed()
Object.isFrozen()
Object.isExtensible()
Object.getOwnPropertyDescriptor()
Object.getOwnPropertyNames()
Date.prototype.toISOString()
Date.now()
Array.isArray()
JSON.parse()
JSON.stringify()
Function.prototype.bind()
String.prototype.trim()
Array.prototype.reduce()
Array.prototype.reduceRight()