Searched defs:arrayObj (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 40 GateRef arrayObj = GetCallArg1(numArgs); in Apply() local 112 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements()
|
| D | builtins_object_stub_builder.cpp | 28 GateRef BuiltinsObjectStubBuilder::CreateListFromArrayLike(GateRef glue, GateRef arrayObj) in CreateListFromArrayLike()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 62 … const JSHandle<JSTaggedValue> &arrayObj) in BuildArgumentsListFast() 135 JSHandle<JSTaggedValue> arrayObj = GetCallArg(argv, 1); in FunctionPrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 148 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/ |
| D | arrayExpression.cpp | 142 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 535 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in IncludeInSortedValue() local 560 JSHandle<JSArray> arrayObj = JSHandle<JSArray>::Cast(obj); in ToTaggedArray() local
|
| D | js_typed_array.cpp | 293 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnPropertyKeys() local 344 JSHandle<JSTypedArray> arrayObj(typedarray); in OwnEnumPropertyKeys() local
|
| D | js_stable_array.cpp | 1121 JSHandle<JSObject> arrayObj = factory->NewAndCopyJSArrayObject(thisObjHandle, count, oldLen, k); in Slice() local
|
| D | object_factory.cpp | 2458 JSHandle<JSObject> arrayObj = JSHandle<JSObject>(NewJSStableArrayWithElements(dstElements)); in NewAndCopyJSArrayObject() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 564 compiler::VReg arrayObj = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 8079 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
|