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

Unified Diff: src/compiler.cc

Issue 1493733002: [debugger] fix liveedit in combination with step in. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « no previous file | test/mjsunit/debug-liveedit-stepin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 1f8af8ca99deeb0cb282f44c97fecff07cc97b8a..cf66a02856e9769d1fa827b510c6e4e61fd80003 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1162,6 +1162,7 @@ void Compiler::CompileForLiveEdit(Handle<Script> script) {
// Get rid of old list of shared function infos.
info.MarkAsFirstCompile();
+ info.MarkAsDebug();
info.parse_info()->set_global();
if (!Parser::ParseStatic(info.parse_info())) return;
« no previous file with comments | « no previous file | test/mjsunit/debug-liveedit-stepin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698