HomeSort by relevance Sort by last modified time
    Searched refs:ModuleVariablesIndex (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
scope-info.h 290 int ModuleVariablesIndex();
scope-info.cc 202 int module_var_entry = scope_info->ModuleVariablesIndex();
282 DCHECK_EQ(index, scope_info->ModuleVariablesIndex());
624 int entry = ModuleVariablesIndex();
764 int ScopeInfo::ModuleVariablesIndex() { return ModuleVariableCountIndex() + 1; }
773 int entry = ModuleVariablesIndex() + i * kModuleVariableEntryLength;
    [all...]

Completed in 67 milliseconds