Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: src/debug/debug.h

Issue 1854713002: Correctly annotate eval origin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix mips64 Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 3e59adea1d0637c7e6a464cbc8be892a097ac0a4..87a287f33129a1ccecb7dfcf5052caf252ad9d15 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -493,9 +493,6 @@ class Debug {
static int ArchiveSpacePerThread();
void FreeThreadResources() { }
- // Record function from which eval was called.
- static void RecordEvalCaller(Handle<Script> script);
-
bool CheckExecutionState(int id) {
return is_active() && !debug_context().is_null() && break_id() != 0 &&
break_id() == id;
« no previous file with comments | « src/compiler/ast-graph-builder.cc ('k') | src/debug/debug.cc » ('j') | src/frames.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698