summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js')
-rw-r--r--deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js b/deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js
index 94b30db2d0..8d5b3ab94c 100644
--- a/deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js
+++ b/deps/v8/test/mjsunit/compiler/native-context-specialization-hole-check.js
@@ -38,7 +38,7 @@ function f() {
arr[500] = 20;
arr[10] = arr[50];
}
-%EnsureFeedbackVectorForFunction(f);
+%PrepareFunctionForOptimization(f);
function g() {
f();