Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp61const JSHandle<JSTaggedValue> &arrayObj) in BuildArgumentsListFast()
121 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_frontend/es2panda/ir/expressions/
DarrayExpression.cpp142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp294 JSHandle<JSObject> arrayObj = JSHandle<JSObject>::Cast(array); in SortIndexedProperties() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp442 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
467 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
Djs_typed_array.cpp285 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local
336 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp877 GateRef arrayObj = GetCallArg1(numArgs); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4865 GateRef StubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
6207 GateRef StubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()