• Home
  • Raw
  • Download

Lines Matching refs:JSMutableHandle

67         JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined());  in GetExportedNames()
68 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames()
259 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()
269 JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined()); in ResolveExport()
270 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveExport()
291 JSMutableHandle<JSTaggedValue> cjsModuleName(thread, JSTaggedValue::Undefined()); in InstantiateCJS()
425 JSMutableHandle<ImportEntry> host(thread, globalConstants->GetUndefined()); in InitializeEnvironment()
426 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in InitializeEnvironment()
435 JSMutableHandle<JSTaggedValue> requestedName(thread, JSTaggedValue::Undefined()); in InitializeEnvironment()
566JSMutableHandle<JSTaggedValue> &required, in HandleInnerModuleInstantiation()
571JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in HandleInnerModuleInstantiation()
649 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in InnerModuleInstantiation()
689 JSMutableHandle<JSTaggedValue> envRec(thread, module->GetEnvironment()); in ModuleDeclarationEnvironmentSetup()
693 JSMutableHandle<ImportEntry> in(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup()
694 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup()
695 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup()
696 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup()
703JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationEnvironmentSetup()
780 JSMutableHandle<ImportEntry> in(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup()
781 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup()
782 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup()
788JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleDeclarationArrayEnvironmentSetup()
847JSMutableHandle<JSTaggedValue> moduleNamespace(thread, module->GetNamespace().GetWeakRawValue()); in GetModuleNamespace()
930 JSMutableHandle<SourceTextModule> module(thread, moduleHdl); in Evaluate()
1039 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in InnerModuleEvaluation()
1043JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in InnerModuleEvaluation()
1212 JSMutableHandle<JSTaggedValue> required(thread, thread->GlobalConstants()->GetUndefined()); in ModuleEvaluation()
1220JSMutableHandle<SourceTextModule> requiredModule(thread, thread->GlobalConstants()->GetUndefined()… in ModuleEvaluation()
1461 JSMutableHandle<JSTaggedValue> data(thread, module->GetNameDictionary()); in StoreModuleValue()
1476JSMutableHandle<SourceTextModule> requestedModule(thread, thread->GlobalConstants()->GetUndefined(… in SetExportName()
1508JSMutableHandle<JSTaggedValue> &starResolution, in GetStarResolution()
1514JSMutableHandle<SourceTextModule> importedModule(thread, thread->GlobalConstants()->GetUndefined()… in GetStarResolution()
1583 JSMutableHandle<T> ee(thread, thread->GlobalConstants()->GetUndefined()); in AddExportName()
1615 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport()
1616 JSMutableHandle<JSTaggedValue> localName(thread, thread->GlobalConstants()->GetUndefined()); in ResolveLocalExport()
1652 JSMutableHandle<IndirectExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined()); in ResolveIndirectExport()
1653 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in ResolveIndirectExport()
1654 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in ResolveIndirectExport()
1664JSMutableHandle<SourceTextModule> requestedModule(thread, thread->GlobalConstants()->GetUndefined(… in ResolveIndirectExport()
1691 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined()); in CheckResolvedBinding()
1692 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedBinding()
1729 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding()
1730 JSMutableHandle<JSTaggedValue> exportName(thread, globalConstants->GetUndefined()); in CheckResolvedIndexBinding()
1868 JSMutableHandle<SourceTextModule> cycleRoot(thread, globalConstants->GetUndefined()); in GatherAvailableAncestors()
2013 JSMutableHandle<SourceTextModule> parentModule(thread, globalConstants->GetUndefined()); in AsyncModuleExecutionRejected()