summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js')
-rw-r--r--deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js b/deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js
index 1f7b2dad87..3a02e701da 100644
--- a/deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js
+++ b/deps/v8/test/mjsunit/compiler/inlined-call-mapcheck.js
@@ -36,6 +36,7 @@
function g() {}
+ %PrepareFunctionForOptimization(f);
f(g);
f(g);
%OptimizeFunctionOnNextCall(f);