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

Unified Diff: src/runtime/runtime.h

Issue 2360063002: [modules] Basic support of import statements. (Closed)
Patch Set: . 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
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 56dc4f5b9405fa6eede4beb6834b4ee1cf326ccc..f1f4bce07a809b593244b5087c5b561104061291 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -420,6 +420,7 @@ namespace internal {
F(IsAccessCheckNeeded, 1, 1) \
F(CreateDataProperty, 3, 1) \
F(LoadModuleExport, 1, 1) \
+ F(LoadModuleImport, 2, 1) \
F(StoreModuleExport, 2, 1)
#define FOR_EACH_INTRINSIC_OPERATORS(F) \

Powered by Google App Engine
This is Rietveld 408576698