Home
last modified time | relevance | path

Searched defs:arrayLength (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_array.cpp67 …double arrayLength = JSTaggedValue::ToInteger(thread, JSHandle<JSTaggedValue>(thread, length)).Get… in ArrayCreate() local
97 …double arrayLength = JSTaggedValue::ToInteger(thread, JSHandle<JSTaggedValue>(thread, length)).Get… in ArraySpeciesCreate() local
288 uint32_t arrayLength = JSArray::Cast(*array)->GetArrayLength(); in ArraySetLength() local
Djs_serializer.cpp375 uint32_t arrayLength = static_cast<uint32_t>(array->GetLength().GetInt()); in WriteJSArray() local
540 JSTaggedValue arrayLength = typedArray->GetArrayLength(); in WriteJSTypedArray() local
576 uint32_t arrayLength = arrayBuffer->GetArrayBufferByteLength(); in WriteJSArrayBuffer() local
1152 JSTaggedValue arrayLength; in ReadJSTypedArray() local
1173 int32_t arrayLength; in ReadJSArrayBuffer() local
Dobject_factory.cpp216 uint32_t arrayLength = buffer->GetArrayBufferByteLength(); in NewJSDataView() local
1632 int arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in CreateLayoutInfo() local
1642 int arrayLength = LayoutInfo::ComputeArrayLength(LayoutInfo::ComputeGrowCapacity(properties)); in ExtendLayoutInfo() local
2092 int arrayLength = TSObjLayoutInfo::ComputeArrayLength(propNum); in CreateTSObjLayoutInfo() local
/ark/js_runtime/ecmascript/ic/
Dprofile_type_info.cpp104 const int arrayLength = 2; in AddHandlerWithKey() local
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp993 auto arrayLength = arrayObject->GetLength(); in DynArraySerialize() local
1007 auto arrayLength = object->GetLength(); in DynArrayDeserialize() local
/ark/js_runtime/ecmascript/tests/
Djs_serializer_test.cpp455 JSTaggedValue arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest() local
1033 int arrayLength = (byteLength - byteOffset) / (sizeof(int8_t)); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1157 uint32_t arrayLength = 0; in Split() local