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.h507 void NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length);
Dobject_factory.cpp214 void ObjectFactory::NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length) in NewJSArrayBufferData() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp2165 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in CreateTestJSArrayBuffer()