Home
last modified time | relevance | path

Searched refs:NewJSArrayBufferData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp244 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h446 void NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length);
Dobject_factory.cpp227 void ObjectFactory::NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length) in NewJSArrayBufferData() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1532 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in HWTEST_F_L0()
1664 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in CreateTestJSArrayBuffer()