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

Unified Diff: src/contexts.h

Issue 2081733004: Rip out most of our outdated modules implementation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 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/compiler/verifier.cc ('k') | src/contexts-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 78ec4319eb6c615586ffb455eec6c8613ae8fe0c..7ec1a37e2192f4107330d4956a65684d1c9c5103 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -350,7 +350,6 @@ class ScriptContextTable : public FixedArray {
// block scopes, it may also be a struct being a
// SloppyBlockWithEvalContextExtension, pairing the ScopeInfo
// with an extension object.
-// For module contexts, points back to the respective JSModule.
//
// [ global_object ] A pointer to the global object. Provided for quick
// access to the global object from inside the code (since
@@ -430,9 +429,6 @@ class Context: public FixedArray {
ScopeInfo* scope_info();
String* catch_name();
- inline JSModule* module();
- inline void set_module(JSModule* module);
-
// Get the context where var declarations will be hoisted to, which
// may be the context itself.
Context* declaration_context();
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/contexts-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698