Lines Matching defs:object
1562 "Derived constructor must return object or undefined", StackCheck::NO);
1607 "Derived constructor must return object or undefined", StackCheck::NO);
2223 JSTaggedValue object = GET_VREG_VALUE(v0);
2242 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler);
2253 object = GET_VREG_VALUE(v0);
2254 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler);
2265 JSTaggedValue res = SlowRuntimeStub::Instanceof(thread, object, target);
2707 // order: 1. global record 2. global object
2748 // order: 1. global record 2. global object
2802 // 2. find from global object
6683 // 2. find from global object