Home
last modified time | relevance | path

Searched defs:arrayObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp59const JSHandle<JSTaggedValue> &arrayObj) in BuildArgumentsListFast()
113 JSHandle<JSTaggedValue> arrayObj = GetCallArg(argv, 1); in FunctionPrototypeApply() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp148 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
169 JSHandle<JSObject> arrayObj = in HWTEST_F_L0() local
191 JSHandle<JSTypedArray> arrayObj(int16Array); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp437 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
462 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
Djs_typed_array.cpp282 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local