Searched refs:AllocateSharedArrayBuffer (Results 1 – 3 of 3) sorted by relevance
40 …static JSTaggedValue AllocateSharedArrayBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &ne…
50 return AllocateSharedArrayBuffer(thread, newTarget, byteLength); in SharedArrayBufferConstructor()97 JSTaggedValue BuiltinsSharedArrayBuffer::AllocateSharedArrayBuffer( in AllocateSharedArrayBuffer() function in panda::ecmascript::builtins::BuiltinsSharedArrayBuffer100 BUILTINS_API_TRACE(thread, SharedArrayBuffer, AllocateSharedArrayBuffer); in AllocateSharedArrayBuffer()
290 V(SharedArrayBuffer, AllocateSharedArrayBuffer) \