mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Bugfix: the value in test cases should be invariable (#1939)
JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
parent
a4bc229592
commit
5b22e5e0ff
@ -17,7 +17,7 @@ var name = "";
|
||||
try
|
||||
{
|
||||
Object.defineProperties(constructor.isExtensible, {a: Object.getOwnPropertyDescriptor(Uint8ClampedArray, "length")})
|
||||
new Int32Array(new ArrayBuffer(), undefined, Date.now())
|
||||
new Int32Array(new ArrayBuffer(), undefined, 40000000000)
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user