Home
last modified time | relevance | path

Searched defs:createRes (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/imports/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/global_vars/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/enums/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/unions/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/async/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/classes/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/getters_setters/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/properties/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/generics/
Dmain.ts30 const createRes = (globalThis as unknown as Record<string, Record<string, Function>>).Panda.createR… constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp313 bool createRes = newArrayHandle->IsJSArray() ? in From() local