Lines Matching defs:thisHandle
133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
135 if (!thisHandle->IsECMAObject()) {
139 if (!thisHandle->IsSharedArrayBuffer()) {
142 JSHandle<JSArrayBuffer> shaArrBuf(thisHandle);
159 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
161 if (!thisHandle->IsECMAObject()) {
164 JSHandle<JSArrayBuffer> shaArrBuf(thisHandle);
166 if (!thisHandle->IsSharedArrayBuffer()) {
170 if (!IsShared(thisHandle.GetTaggedValue())) {
206 JSHandle<JSObject> objHandle(thisHandle);
229 if (JSTaggedValue::SameValue(newArrBuf.GetTaggedValue(), thisHandle.GetTaggedValue())) {