Index: src/runtime/runtime-internal.cc |
diff --git a/src/runtime/runtime-internal.cc b/src/runtime/runtime-internal.cc |
index 22b06ed005711451c0d43e4c9f58980c10bca957..e5ff7006960d4cabff83fac08c1b1164bb6ee258 100644 |
--- a/src/runtime/runtime-internal.cc |
+++ b/src/runtime/runtime-internal.cc |
@@ -468,6 +468,12 @@ RUNTIME_FUNCTION(Runtime_IncrementUseCounter) { |
return isolate->heap()->undefined_value(); |
} |
+RUNTIME_FUNCTION(Runtime_GetOrdinaryHasInstance) { |
+ HandleScope scope(isolate); |
+ DCHECK_EQ(0, args.length()); |
+ |
+ return isolate->native_context()->ordinary_has_instance(); |
+} |
RUNTIME_FUNCTION(Runtime_GetAndResetRuntimeCallStats) { |
HandleScope scope(isolate); |