• Home
  • Raw
  • Download

Lines Matching refs:GlobalConstants

61     auto globalConstants = thread->GlobalConstants();  in GetExportedNames()
115 THROW_SYNTAX_ERROR_AND_RETURN(thread, "", thread->GlobalConstants()->GetHandledUndefined()); in HostResolveImportedModuleWithMerge()
163 auto globalConstants = thread->GlobalConstants(); in ResolveExportObject()
201 auto globalConstants = thread->GlobalConstants(); in ResolveExport()
308 auto globalConstants = vm->GetJSThread()->GlobalConstants(); in GetRequireNativeModuleFunc()
397 auto globalConstants = thread->GlobalConstants(); in InitializeEnvironment()
531 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in InnerModuleInstantiation()
535 …JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in InnerModuleInstantiation()
630 auto globalConstants = thread->GlobalConstants(); in ModuleDeclarationEnvironmentSetup()
641 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationEnvironmentSetup()
717 auto globalConstants = thread->GlobalConstants(); in ModuleDeclarationArrayEnvironmentSetup()
726 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationArrayEnvironmentSetup()
937 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in InnerModuleEvaluation()
941 …JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in InnerModuleEvaluation()
1029 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in ModuleEvaluation()
1032 …JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleEvaluation()
1267 …JSMutableHandle<SourceTextModule> requestedModule(thread, thread->GlobalConstants()->GetUndefined(… in SetExportName()
1303 auto globalConstants = thread->GlobalConstants(); in GetStarResolution()
1305 …JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in GetStarResolution()
1374 JSMutableHandle<T> ee(thread, thread->GlobalConstants()->GetUndefined()); in AddExportName()
1397 return thread->GlobalConstants()->GetHandledUndefined(); in ResolveElementOfObject()
1406 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport()
1407 JSMutableHandle<JSTaggedValue> localName(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport()
1433 return thread->GlobalConstants()->GetHandledUndefined(); in ResolveLocalExport()
1443 auto globalConstants = thread->GlobalConstants(); in ResolveIndirectExport()
1444 JSMutableHandle<IndirectExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in ResolveIndirectExport()
1456 …JSMutableHandle<SourceTextModule> requestedModule(thread, thread->GlobalConstants()->GetUndefined(… in ResolveIndirectExport()
1471 return thread->GlobalConstants()->GetHandledUndefined(); in ResolveIndirectExport()
1476 auto globalConstants = thread->GlobalConstants(); in CheckResolvedBinding()
1514 auto globalConstants = thread->GlobalConstants(); in CheckResolvedIndexBinding()