Searched refs:NewJSArrayBufferData (Results 1 – 4 of 4) sorted by relevance
244 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()
446 void NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length);
227 void ObjectFactory::NewJSArrayBufferData(const JSHandle<JSArrayBuffer> &array, int32_t length) in NewJSArrayBufferData() function in panda::ecmascript::ObjectFactory
1532 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in HWTEST_F_L0()1664 thread->GetEcmaVM()->GetFactory()->NewJSArrayBufferData(jsArrayBuffer, byteLength); in CreateTestJSArrayBuffer()