summaryrefslogtreecommitdiff
path: root/deps/v8/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/log.h')
-rw-r--r--deps/v8/src/log.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/deps/v8/src/log.h b/deps/v8/src/log.h
index a05b187282..b7a5fc6bd3 100644
--- a/deps/v8/src/log.h
+++ b/deps/v8/src/log.h
@@ -218,11 +218,6 @@ class Logger : public CodeEventListener {
INLINE(static void CallEventLogger(Isolate* isolate, const char* name,
StartEnd se, bool expose_to_api));
- // ==== Events logged by --log-regexp ====
- // Regexp compilation and execution events.
-
- void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
-
bool is_logging() {
return is_logging_;
}
@@ -346,8 +341,7 @@ class Logger : public CodeEventListener {
V(CompileCode, true) \
V(DeoptimizeCode, true) \
V(Execute, true) \
- V(External, true) \
- V(IcMiss, false)
+ V(External, true)
#define V(TimerName, expose) \
class TimerEvent##TimerName : public AllStatic { \