mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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 { }
|