Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 04eb009c71b79e53c678f60ce714ba574ef855d3..84e9377829736d9df6866bdc657184114c290323 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -362,6 +362,7 @@ static Handle<JSFunction> InstallFunction(Handle<JSObject> target, |
if (is_ecma_native) { |
function->shared()->set_instance_class_name(*symbol); |
} |
+ function->shared()->set_native(true); |
return function; |
} |