Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 0900fd36064af8d27cd7ea5233faf012cb195f26..8875939c15d942729ede0cc5c6373be5e8703114 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -430,7 +430,12 @@ namespace internal { |
#ifdef ENABLE_LOGGING_AND_PROFILING |
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \ |
F(ProfilerResume, 0, 1) \ |
- F(ProfilerPause, 0, 1) |
+ F(ProfilerPause, 0, 1) \ |
+ /* Testing */ \ |
+ F(CreateClassWithCallback, 2, 1) \ |
+ F(CreateClassWithGetterAndSetter, 3, 1) \ |
+ F(LogCompiledFunctions, 0, 1) \ |
+ F(CollectGarbage2, 0, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) |
#endif |