Home
last modified time | relevance | path

Searched defs:require (Results 1 – 4 of 4) 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.cpp31 JSHandle<JSTaggedValue> require = cjsInfo.requireHdl; in InitializeCommonJS() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
Dmain.ts17 declare const require: any; constant
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp383 JSHandle<JSTaggedValue> require = GetGlobalEnv()->GetCjsRequireFunction(); in CJSExecution() local