Changeset 259835 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Apr 9, 2020, 3:49:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r259676 r259835 2885 2885 void CodeBlock::notifyLexicalBindingUpdate() 2886 2886 { 2887 // FIXME: Currently, module code do not query to JSGlobalLexicalEnvironment. So this case should be removed once it is fixed.2888 // https://bugs.webkit.org/show_bug.cgi?id=1933472889 if (scriptMode() == JSParserScriptMode::Module)2890 return;2891 2887 JSGlobalObject* globalObject = m_globalObject.get(); 2892 2888 JSGlobalLexicalEnvironment* globalLexicalEnvironment = jsCast<JSGlobalLexicalEnvironment*>(globalObject->globalScope());
Note:
See TracChangeset
for help on using the changeset viewer.