• Home
  • Raw
  • Download

Lines Matching refs:JSThread

74     static JSHandle<JSTaggedValue> HostResolveImportedModule(JSThread *thread,
77 static JSHandle<JSTaggedValue> HostResolveImportedModuleWithMerge(JSThread *thread,
82 …static CVector<std::string> GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &m…
86 …static JSHandle<JSTaggedValue> ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &m…
89 …static JSHandle<JSTaggedValue> ResolveExportObject(JSThread *thread, const JSHandle<SourceTextModu…
93 static int InnerModuleInstantiation(JSThread *thread,
98 …static void ModuleDeclarationEnvironmentSetup(JSThread *thread, const JSHandle<SourceTextModule> &…
99 …static void ModuleDeclarationArrayEnvironmentSetup(JSThread *thread, const JSHandle<SourceTextModu…
102 static int InnerModuleEvaluation(JSThread *thread, const JSHandle<ModuleRecord> &moduleRecord,
107 …static Expected<JSTaggedValue, bool> ModuleExecution(JSThread *thread, const JSHandle<SourceTextMo…
111 static void ExecuteAsyncModule(JSThread *thread, const JSHandle<SourceTextModule> &module,
115 static void GatherAvailableAncestors(JSThread *thread, const JSHandle<SourceTextModule> &module,
119 …static void AsyncModuleExecutionFulfilled(JSThread *thread, const JSHandle<SourceTextModule> &modu…
122 …static void AsyncModuleExecutionRejected(JSThread *thread, const JSHandle<SourceTextModule> &modul…
127 static void AddAsyncParentModule(JSThread *thread, JSHandle<SourceTextModule> &module,
130 …static JSHandle<JSTaggedValue> GetModuleNamespace(JSThread *thread, const JSHandle<SourceTextModul…
132 static void AddImportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
134 static void AddLocalExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
136 static void AddIndirectExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
138 static void AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
145 static bool LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule,
197 static JSTaggedValue Evaluate(JSThread *thread, const JSHandle<SourceTextModule> &module,
201 static int Instantiate(JSThread *thread, const JSHandle<JSTaggedValue> &moduleHdl,
203 static void InstantiateCJS(JSThread *thread, const JSHandle<SourceTextModule> &currentModule,
205 static void InstantiateNativeModule(JSThread *thread, JSHandle<SourceTextModule> &currentModule,
210 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow);
211 void StoreModuleValue(JSThread *thread, int32_t index, const JSHandle<JSTaggedValue> &value);
213 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
214 …void StoreModuleValue(JSThread *thread, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTagge…
216 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedBinding> &binding);
217 JSTaggedValue GetNativeModuleValue(JSThread *thread, JSHandle<ResolvedIndexBinding> &binding);
219 …static JSHandle<JSTaggedValue> ResolveIndirectExport(JSThread *thread, const JSHandle<JSTaggedValu…
230 static int EvaluateForConcurrent(JSThread *thread, const JSHandle<SourceTextModule> &module,
232 static int ModuleEvaluation(JSThread *thread, const JSHandle<ModuleRecord> &moduleRecord,
236 static void SetExportName(JSThread *thread,
239 …static JSHandle<JSTaggedValue> GetStarResolution(JSThread *thread, const JSHandle<JSTaggedValue> &…
246 …static void AddExportName(JSThread *thread, const JSTaggedValue &exportEntry, CVector<std::string>…
247 …static JSHandle<JSTaggedValue> ResolveLocalExport(JSThread *thread, const JSHandle<JSTaggedValue> …
250 static JSHandle<JSTaggedValue> ResolveElementOfObject(JSThread *thread,
257 …static void InitializeEnvironment(JSThread *thread, const JSHandle<SourceTextModule> &currentModul…
260 static void CheckResolvedBinding(JSThread *thread, const JSHandle<SourceTextModule> &module);
261 … static void CheckResolvedIndexBinding(JSThread *thread, const JSHandle<SourceTextModule> &module);
264 …static JSHandle<SourceTextModule> GetModuleFromBinding(JSThread *thread, const JSTaggedValue &JSTa…
267 static std::optional<int> HandleInnerModuleInstantiation(JSThread *thread,
274 static void HandleEvaluateResult(JSThread *thread, JSHandle<SourceTextModule> &module,
277 static void HandleConcurrentEvaluateResult(JSThread *thread, JSHandle<SourceTextModule> &module,