Lines Matching refs:arrBuf
66 JSHandle<JSArrayBuffer> arrBuf(thread, JSArrayBuffer::Cast(reinterpret_cast<TaggedObject *>(tagged.GetRawData())));
69 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
80 JSHandle<JSArrayBuffer> arrBuf(thread, JSArrayBuffer::Cast(reinterpret_cast<TaggedObject *>(tagged.GetRawData())));
83 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
122 JSHandle<JSArrayBuffer> arrBuf(thread,
126 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
127 ecmaRuntimeCallInfo->SetCallArg(0, arrBuf.GetTaggedValue()); // JSTaggedValue(static_cast<int32_t>(1))
136 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
147 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
162 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());
177 ecmaRuntimeCallInfo->SetThis(arrBuf.GetTaggedValue());