summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/outobject-double-for-in.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/outobject-double-for-in.js')
-rw-r--r--deps/v8/test/mjsunit/outobject-double-for-in.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/outobject-double-for-in.js b/deps/v8/test/mjsunit/outobject-double-for-in.js
index eb8ac940a7..59fcf83a9d 100644
--- a/deps/v8/test/mjsunit/outobject-double-for-in.js
+++ b/deps/v8/test/mjsunit/outobject-double-for-in.js
@@ -60,6 +60,7 @@ function test_props(a) {
}
}
+%PrepareFunctionForOptimization(test_props);
test_props(z);
test_props(z);
%OptimizeFunctionOnNextCall(test_props);