Home
last modified time | relevance | path

Searched refs:ModuleVariablesIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.h322 int ModuleVariablesIndex() const;
Dscope-info.cc400 DCHECK_EQ(index, scope_info.ModuleVariablesIndex()); in Create()
1073 int ScopeInfo::ModuleVariablesIndex() const { in ModuleVariablesIndex() function in v8::internal::ScopeInfo