Searched refs:typeArray (Results 1 – 1 of 1) sorted by relevance
2281 JSHandle<JSTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local2282 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()2283 JSHandle<JSTaggedValue> arrayBuffer(thread, JSTypedArray::GetOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()