Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp238 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h440 void NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length);
Dobject_factory.cpp224 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.cpp1195 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in HWTEST_F_L0()
1327 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in CreateTestJSArrayBuffer()