Home
last modified time | relevance | path

Searched defs:require (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_manager_test.cpp65 JSHandle<JSTaggedValue> require = thread->GetEcmaVM()->GetGlobalEnv()->GetCjsRequireFunction(); in HWTEST_F_L0() local
93 JSHandle<JSTaggedValue> require = thread->GetEcmaVM()->GetGlobalEnv()->GetCjsRequireFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp26 JSHandle<JSTaggedValue> require = cjsInfo.requireHdl; in InitializeCommonJS() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp2091 JSHandle<JSTaggedValue> require = GetGlobalEnv()->GetCjsRequireFunction(); in CJSExecution() local