Searched defs:moduleObj (Results 1 – 7 of 7) sorted by relevance
49 JSHandle<JSTaggedValue> moduleObj(thread->GetEcmaVM()->GetGlobalEnv()->GetCjsModuleFunction()); in InitializeCommonJS() local68 JSHandle<JSTaggedValue> moduleObj(thread->GetEcmaVM()->GetGlobalEnv()->GetCjsModuleFunction()); in CollectExecutedExp() local
54 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in SearchFromModuleCache() local80 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in PutIntoCache() local
85 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in HWTEST_F_L0() local
624 void DebuggerApi::InitializeExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in InitializeExportVariables()657 void DebuggerApi::GetLocalExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetLocalExportVariables()709 void DebuggerApi::GetIndirectExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetIndirectExportVariables()750 void DebuggerApi::GetImportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetImportVariables()
1504 void ETSChecker::AddElementsToModuleObject(ETSObjectType *moduleObj, const util::StringView &str) in AddElementsToModuleObject()
1602 Local<ObjectRef> moduleObj = ObjectRef::New(vm_); in GetModuleScopeChain() local
2943 JSHandle<JSFunction> moduleObj(env->GetCjsModuleFunction()); in NewCjsModule() local