Lines Matching refs:innerResult
84 VReg innerResult = pg_->AllocReg();
89 // a. Let return be innerResult.[[Value]].
105 // c. Set innerResult to Call(return, iterator).
107 // d. If innerResult.[[Type]] is normal, set innerResult to Await(innerResult.[[Value]]).
109 pg_->StoreAccumulator(node_, innerResult);
114 pg_->StoreAccumulator(node_, innerResult);
132 VReg innerResult = pg_->AllocReg();
144 // 4. Let innerResult be GetMethod(iterator, "return").
147 // 5. If innerResult.[[Type]] is normal, then
156 pg_->StoreAccumulator(node_, innerResult);
165 // 7. If innerResult.[[Type]] is throw, return Completion(innerResult).
170 // 8. If Type(innerResult.[[Value]]) is not Object, throw a TypeError exception.
171 pg_->LoadAccumulator(node_, innerResult);