Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp40 GateRef arrayObj = GetCallArg1(numArgs); in Apply() local
112 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
Dbuiltins_object_stub_builder.cpp28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp62const JSHandle<JSTaggedValue> &arrayObj) in BuildArgumentsListFast()
135 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/
Djs_array.cpp535 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local
560 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
Djs_typed_array.cpp293 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local
344 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
Djs_stable_array.cpp1121 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
Dobject_factory.cpp2458 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp564 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp8079 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local
8090 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); in HWTEST_F_L0() local
8103 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
8148 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local