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

  /external/v8/src/ast/
modules.cc 291 bool ModuleDescriptor::Validate(ModuleScope* module_scope,
294 DCHECK_EQ(this, module_scope->module());
312 if (module_scope->LookupLocal(entry->local_name) == nullptr) {
modules.h 73 bool Validate(ModuleScope* module_scope,
  /external/v8/src/debug/
debug-scopes.cc 103 } else if (scope_info->scope_type() == MODULE_SCOPE) {
257 case MODULE_SCOPE:
610 Handle<JSObject> module_scope = local
612 CopyContextLocalsToScopeObject(scope_info, context, module_scope);
613 CopyModuleVarsToScopeObject(scope_info, context, module_scope);
614 return module_scope;

Completed in 108 milliseconds