mirror of https://github.com/tc39/test262.git
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
|
try {
|
||
|
let char16 = decodeURI('%E7%9A%84');
|
||
|
let rope = char16.padEnd(2147483644, 1);
|
||
|
rope.__defineGetter__(256, function () {});
|
||
|
} catch { }
|