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