Searched refs:ByteLength (Results 1 – 7 of 7) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | js_dataview.h | 32 ACCESSORS_PRIMITIVE_FIELD(ByteLength, uint32_t, BYTE_LENGTH_OFFSET, BYTE_OFFSET_OFFSET);
|
D | js_typed_array.h | 88 ACCESSORS(ByteLength, BYTE_LENGTH_OFFSET, BYTE_OFFSET_OFFSET)
|
/ark/js_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 384 ASSERT_EQ(arrayBuffer->ByteLength(vm_), length); in HWTEST_F_L0() 410 ASSERT_EQ(arrayBuffer->ByteLength(vm_), length); in HWTEST_F_L0() 429 ASSERT_EQ(dataView->ByteLength(), 7); // 7 : size of arguments in HWTEST_F_L0() 447 ASSERT_EQ(typedArray->ByteLength(vm_), 6); // 6 : length of bytes in HWTEST_F_L0() 463 ASSERT_EQ(typedArray->ByteLength(vm_), 6); // 6 : length of bytes in HWTEST_F_L0() 479 ASSERT_EQ(typedArray->ByteLength(vm_), 6); // 6 : length of bytes in HWTEST_F_L0() 495 ASSERT_EQ(typedArray->ByteLength(vm_), 12); // 12 : length of bytes in HWTEST_F_L0() 511 ASSERT_EQ(typedArray->ByteLength(vm_), 12); // 12 : length of bytes in HWTEST_F_L0() 527 ASSERT_EQ(typedArray->ByteLength(vm_), 24); // 24 : length of bytes in HWTEST_F_L0() 543 ASSERT_EQ(typedArray->ByteLength(vm_), 24); // 24 : length of bytes in HWTEST_F_L0() [all …]
|
/ark/js_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 617 int32_t ByteLength(const EcmaVM *vm); 625 uint32_t ByteLength(); 632 int32_t ByteLength(const EcmaVM *vm);
|
/ark/js_runtime/ecmascript/tooling/agent/ |
D | runtime_impl.cpp | 231 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddTypedArrayRefs()
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1275 int32_t ArrayBufferRef::ByteLength(const EcmaVM *vm) in ByteLength() function in panda::ArrayBufferRef 1305 uint32_t DataViewRef::ByteLength() in ByteLength() function in panda::DataViewRef 1327 int32_t TypedArrayRef::ByteLength(const EcmaVM *vm) in ByteLength() function in panda::TypedArrayRef
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.cpp | 336 int32_t len = tagged->ByteLength(ecmaVm); in DescriptionForArrayBuffer()
|