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

Unified Diff: src/objects-printer.cc

Issue 2361593002: [modules] Do path resolution relative to each module file in d8 (Closed)
Patch Set: Review comments Created 4 years, 3 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/objects-inl.h ('k') | test/cctest/test-modules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 34e0b5bebb2e856ffcd1596640894dd04adce673..dee77025ab077794be81a86268cef95d8681aef4 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -1172,6 +1172,7 @@ void Module::ModulePrint(std::ostream& os) { // NOLINT
os << "\n - exports: " << Brief(exports());
os << "\n - requested_modules: " << Brief(requested_modules());
os << "\n - evaluated: " << evaluated();
+ os << "\n - embedder_data: " << Brief(embedder_data());
os << "\n";
}
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/test-modules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698