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

Unified Diff: src/debug.h

Issue 1247743002: Debugger: fix crash when debugger is enabled between parsing and compiling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: added assertion Created 5 years, 5 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
« no previous file with comments | « src/compiler.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug.h
diff --git a/src/debug.h b/src/debug.h
index 715410b3a8ea468578b1282d204825dea4f9a9a8..3fa736e0942f2bb5bb8943ddeef9ef6352471455 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -493,11 +493,6 @@ class Debug {
break_id() == id;
}
- bool RequiresEagerCompilation(bool allows_lazy_without_ctx = false) {
- return LiveEditFunctionTracker::IsActive(isolate_) ||
- (is_active() && !allows_lazy_without_ctx);
- }
-
// Flags and states.
DebugScope* debugger_entry() {
return reinterpret_cast<DebugScope*>(
« no previous file with comments | « src/compiler.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698