/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_sendable_arraybuffer_test.cpp | 91 * @tc.name: Attach 104 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0() 110 * @tc.name: Attach 123 arrBuf->Attach(thread, length + 1, taggedValue, true); in HWTEST_F_L0() 142 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0() 166 arrBuf->Attach(thread, length + 1, taggedValue, true); in HWTEST_F_L0() 190 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0() 206 arrBuf->Attach(thread, length + 1, taggedValue, false); in HWTEST_F_L0()
|
H A D | js_array_buffer_test.cpp | 65 * @tc.name: Attach & Detach & IsDetach 66 * @tc.desc: Attach the specified array buffer to the specified data, then detach the data, and verify the detach 87 arrBuf->Attach(thread, length + 1, JSHandle<JSTaggedValue>::Cast(nativePointer).GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_sendable_arraybuffer.h | 30 void Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBufferData,
|
H A D | js_sendable_arraybuffer.cpp | 42 void JSSendableArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() function in panda::ecmascript::JSSendableArrayBuffer 52 LOG_ECMA(FATAL) << "JSSendableArrayBuffer::Attach:allocator is nullptr"; in Attach()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_arraybuffer.h | 30 void Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBufferData,
|
H A D | js_arraybuffer.cpp | 41 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() function in panda::ecmascript::JSArrayBuffer
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_stringifier_test.cpp | 337 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() function 365 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | base_deserializer.cpp | 212 arrayBuffer->Attach(thread_, arrayLength, JSTaggedValue(np), withNativeAreaAllocator); in TransferArrayBufferAttach()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 494 void Attach([[maybe_unused]] int *buffer) in Attach() function in panda::test::JSNApiTests 511 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0() 599 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1397 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() function 1421 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0() 1452 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0() 1484 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), nullptr); in HWTEST_F_L0()
|