Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 350fd92929e3ce29f6f55ad6ac794aac577b10fc..36c0fc9a932def2f8776dce56078700b17df4831 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -390,6 +390,7 @@ namespace internal { |
F(TraceExit, 1, 1) \ |
F(Abort, 1, 1) \ |
F(AbortJS, 1, 1) \ |
+ F(NativeScriptsCount, 0, 1) \ |
/* ES5 */ \ |
F(OwnKeys, 1, 1) \ |
\ |