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

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: Leftovers. 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
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index df592cee07b2c07d493495cb3b93add2cbdc6297..5068081805250504fa6d4d4f6232ccca2b37787b 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -349,7 +349,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
@@ -429,9 +428,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();
« src/ast/scopes.cc ('K') | « src/compiler/verifier.cc ('k') | src/contexts-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698