Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
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
);