| 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();
|
|
|