Home
last modified time | relevance | path

Searched defs:moduleObj (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp49 JSHandle<JSTaggedValue> moduleObj(thread->GetEcmaVM()->GetGlobalEnv()->GetCjsModuleFunction()); in InitializeCommonJS() local
68 JSHandle<JSTaggedValue> moduleObj(thread->GetEcmaVM()->GetGlobalEnv()->GetCjsModuleFunction()); in CollectExecutedExp() local
Djs_cjs_module.cpp54 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in SearchFromModuleCache() local
80 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in PutIntoCache() local
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_test.cpp85 JSHandle<JSTaggedValue> moduleObj(env->GetCjsModuleFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp345 void DebuggerApi::GetModuleVariables(const EcmaVM *vm, Local<ObjectRef> &moduleObj, JSThread *threa… in GetModuleVariables()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1051 Local<ObjectRef> moduleObj = ObjectRef::New(vm_); in GetModuleScopeChain() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2506 JSHandle<JSFunction> moduleObj(env->GetCjsModuleFunction()); in NewCjsModule() local