test262/implementation-contributed/javascriptcore/stress/StringObject-define-length-getter-rope-string-oom.js
test262-automation 32a39daf43 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 2b233fa3c0 targetRevisionAtLastExport: 8e3c6d0484
2018-12-15 19:17:28 +00:00

6 lines
152 B
JavaScript

try {
let char16 = decodeURI('%E7%9A%84');
let rope = char16.padEnd(2147483644, 1);
rope.__defineGetter__(256, function () {});
} catch { }