Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/mimic_special_function/ts_to_ets/
Dspecial_function.ts16 export let arrObj = new Array<boolean>; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp264 JSHandle<JSObject> arrObj(thread, arr); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp3086 void ETSGen::LoadResizableArrayElement(const ir::AstNode *node, const VReg arrObj, const VReg arrIn… in LoadResizableArrayElement()