Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 7d1504e2e46b01e3f7f15436679e09786bfd0f15..7bf2c9991b224fcda59a30d0a957c9377bb8eb8f 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -4830,6 +4830,7 @@ static Object* Runtime_NewObject(Arguments args) { |
CompileLazyShared(Handle<SharedFunctionInfo>(function->shared()), |
CLEAR_EXCEPTION, |
0); |
+ LOG(FunctionCreateEvent(*function)); |
} |
bool first_allocation = !function->has_initial_map(); |