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

Unified Diff: src/debug/mirrors.js

Issue 2445683002: [modules] Add partial support for debug-scopes. (Closed)
Patch Set: Fix handle bug. Created 4 years, 2 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/debug/debug-scopes.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/mirrors.js
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js
index dbb73323235e1bf5f4e9e5f595798eb1be1597d5..4bc86da7f461dbdf65602a3958ad03ac7e73200f 100644
--- a/src/debug/mirrors.js
+++ b/src/debug/mirrors.js
@@ -257,6 +257,7 @@ var ScopeType = { Global: 0,
Block: 5,
Script: 6,
Eval: 7,
+ Module: 8,
};
/**
« no previous file with comments | « src/debug/debug-scopes.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698