summaryrefslogtreecommitdiff
path: root/deps/v8/src/logging/counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/logging/counters.h')
-rw-r--r--deps/v8/src/logging/counters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/logging/counters.h b/deps/v8/src/logging/counters.h
index bfe52f45ac..1efa7105cd 100644
--- a/deps/v8/src/logging/counters.h
+++ b/deps/v8/src/logging/counters.h
@@ -893,6 +893,7 @@ class RuntimeCallTimer final {
V(ArrayLengthSetter) \
V(BoundFunctionLengthGetter) \
V(BoundFunctionNameGetter) \
+ V(CodeGenerationFromStringsCallbacks) \
V(CompileAnalyse) \
V(CompileBackgroundAnalyse) \
V(CompileBackgroundCompileTask) \
@@ -941,7 +942,6 @@ class RuntimeCallTimer final {
V(Invoke) \
V(InvokeApiFunction) \
V(InvokeApiInterruptCallbacks) \
- V(InvokeFunctionCallback) \
V(JS_Execution) \
V(Map_SetPrototype) \
V(Map_TransitionToAccessorProperty) \
@@ -1140,7 +1140,7 @@ class WorkerThreadRuntimeCallStats final {
// when it is destroyed.
class WorkerThreadRuntimeCallStatsScope final {
public:
- WorkerThreadRuntimeCallStatsScope(
+ explicit WorkerThreadRuntimeCallStatsScope(
WorkerThreadRuntimeCallStats* off_thread_stats);
~WorkerThreadRuntimeCallStatsScope();