Searched refs:ModuleVariable (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | scope-info.tq | 101 struct ModuleVariable { 179 ModuleVariable;
|
| D | scope-info.h | 367 void ModuleVariable(int i, String* name, int* index,
|
| D | scope-info.cc | 931 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/ |
| D | debug-scopes.cc | 767 scope_info->ModuleVariable(i, &raw_name, &index); in VisitModuleScope()
|