Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
for-of-osr-loop-enter-active-next-differs-from-seen-modes.js
blob: 37458f605713c0d660ad4bed18352e589f4541c4 [
file
] [
log
] [
blame
]
//@ requireOptions("--jitPolicyScale=0", "--forceDebuggerBytecodeGeneration=1", "--useConcurrentJIT=0", "--minimumOptimizationDelay=6")
function
foo
()
{
Object
.
fromEntries
(
arguments
);
Object
.
fromEntries
([]);
}
new
Promise
(
foo
);