Home
last modified time | relevance | path

Searched refs:ModuleVariable (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.tq101 struct ModuleVariable {
179 ModuleVariable;
Dscope-info.h367 void ModuleVariable(int i, String* name, int* index,
Dscope-info.cc931 ModuleVariable(i, nullptr, &index, mode, init_flag, maybe_assigned_flag); in ModuleIndex()
1077 void ScopeInfo::ModuleVariable(int i, String* name, int* index, in ModuleVariable() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc767 scope_info->ModuleVariable(i, &raw_name, &index); in VisitModuleScope()