Lines Matching defs:thisObj
621 state->thisObj = info->GetThisValue();
740 state->thisObj = info->GetThisValue();
806 breakState->thisObj = JSTaggedValue::Hole();
830 state->thisObj = context->GetThis();
1445 JSTaggedType thisObj = JSTaggedValue::VALUE_UNDEFINED;
1451 thisObj = sp[startReg + 1];
1454 *(--newSp) = thisObj; // push this
1479 state->thisObj = JSTaggedValue(thisObj);
3328 JSTaggedValue thisObj;
3330 thisObj = FastRuntimeStub::NewThisObject(thread, superCtor, newTarget, state);
3331 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
3333 newSp[index++] = thisObj.GetRawData();
3337 thisObj = JSTaggedValue::Undefined();
3339 newSp[index++] = thisObj.GetRawData();
3361 state->thisObj = thisObj;
3464 JSTaggedValue thisObj;
3466 thisObj = FastRuntimeStub::NewThisObject(thread, superCtor, newTarget, state);
3467 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
3469 newSp[index++] = thisObj.GetRawData();
3473 thisObj = JSTaggedValue::Undefined();
3475 newSp[index++] = thisObj.GetRawData();
3497 state->thisObj = thisObj;
3600 JSTaggedValue thisObj;
3602 thisObj = FastRuntimeStub::NewThisObject(thread, superCtor, newTarget, state);
3603 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
3605 newSp[index++] = thisObj.GetRawData();
3609 thisObj = JSTaggedValue::Undefined();
3611 newSp[index++] = thisObj.GetRawData();
3633 state->thisObj = thisObj;
3736 JSTaggedValue thisObj;
3738 thisObj = FastRuntimeStub::NewThisObject(thread, superCtor, newTarget, state);
3739 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
3741 newSp[index++] = thisObj.GetRawData();
3745 thisObj = JSTaggedValue::Undefined();
3747 newSp[index++] = thisObj.GetRawData();
3769 state->thisObj = thisObj;
4141 JSTaggedValue thisObj;
4143 thisObj = FastRuntimeStub::NewThisObject(thread, ctor, ctor, state);
4144 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
4146 newSp[index++] = thisObj.GetRawData();
4150 thisObj = JSTaggedValue::Undefined();
4152 newSp[index++] = thisObj.GetRawData();
4174 state->thisObj = thisObj;
4277 JSTaggedValue thisObj;
4279 thisObj = FastRuntimeStub::NewThisObject(thread, ctor, ctor, state);
4280 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
4282 newSp[index++] = thisObj.GetRawData();
4286 thisObj = JSTaggedValue::Undefined();
4288 newSp[index++] = thisObj.GetRawData();
4310 state->thisObj = thisObj;
4412 JSTaggedValue thisObj;
4414 thisObj = FastRuntimeStub::NewThisObject(thread, ctor, ctor, state);
4415 INTERPRETER_RETURN_IF_ABRUPT(thisObj);
4417 newSp[index++] = thisObj.GetRawData();
4421 thisObj = JSTaggedValue::Undefined();
4423 newSp[index++] = thisObj.GetRawData();
4445 state->thisObj = thisObj;
7822 state->thisObj = JSTaggedValue::Hole();
7841 return state->thisObj;