Home
last modified time | relevance | path

Searched defs:moduleHdl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.h28 JSHandle<CjsModule> moduleHdl; member
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.cpp65 … JSHandle<SourceTextModule> moduleHdl(thread, SourceTextModule::Cast(module.GetTaggedObject())); in DeserializeData() local
Djs_module_source_text.cpp534 int SourceTextModule::Instantiate(JSThread *thread, const JSHandle<JSTaggedValue> &moduleHdl, in Instantiate()
676 JSHandle<JSTaggedValue> moduleHdl = in FinishModuleInstantiation() local
933 …ggedValue SourceTextModule::Evaluate(JSThread *thread, const JSHandle<SourceTextModule> &moduleHdl, in Evaluate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1449 JSHandle<JSTaggedValue> moduleHdl) in RuntimeLdLocalModuleVarWithModule()
1471 JSHandle<JSTaggedValue> moduleHdl) in RuntimeLdExternalModuleVarWithModule()