Chromium Code Reviews

Unified Diff: src/debug/liveedit.js

Issue 2503293002: [debug-wrapper] LiveEdit, frame.restart(), breakpoints (Closed)
Patch Set: Update .status Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/contexts.h ('k') | src/runtime/runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/liveedit.js
diff --git a/src/debug/liveedit.js b/src/debug/liveedit.js
index e9ee8092a269900dab3a505f8e793579dcbbca6b..eac01ec82a230888cc5715206e20305434d6112d 100644
--- a/src/debug/liveedit.js
+++ b/src/debug/liveedit.js
@@ -1121,4 +1121,5 @@
global.Debug.LiveEdit = LiveEdit;
+ %InstallToContext(["debug_live_edit", LiveEdit]);
Yang 2016/11/17 07:54:08 I don't think we need a context slot for this. We
jgruber 2016/11/17 08:15:03 Good point, this really simplifies things. Done.
})
« no previous file with comments | « src/contexts.h ('k') | src/runtime/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine