Lines Matching defs:thisObj
988 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this
989 builder_.EcmaObjectCheck(thisObj);
990 builder_.IsDataViewCheck(thisObj);
998 ret = builder_.DataViewGet(thisObj, indexInt, dataViewCallID, builder_.False(), frameState);
1001 ret = builder_.DataViewGet(thisObj, indexInt, dataViewCallID, isLittleEndian, frameState);
1021 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this
1022 builder_.EcmaObjectCheck(thisObj);
1023 builder_.IsDataViewCheck(thisObj);
1032 thisObj, indexInt, builder_.Double(base::NAN_VALUE), dataViewCallID, builder_.False(), frameState);
1035 ret = builder_.DataViewSet(thisObj, indexInt, value, dataViewCallID, builder_.False(), frameState);
1039 ret = builder_.DataViewSet(thisObj, indexInt, value, dataViewCallID, isLittleEndian, frameState);
1542 GateRef thisObj = acc_.GetValueIn(gate, 0);
1543 builder_.EcmaObjectCheck(thisObj);
1545 GateRef ret = builder_.ArrayIteratorBuiltin(thisObj, CallIDRef);