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