Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/imports/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/global_vars/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/enums/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/unions/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/async/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/classes/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/getters_setters/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/properties/
Dmain.ts17 declare const require: Function; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/generics/
Dmain.ts17 declare const require: Function; constant
/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_context.cpp392 JSHandle<JSTaggedValue> require = GetGlobalEnv()->GetCjsRequireFunction(); in CJSExecution() local