Lines Matching defs:value

72     // a. Let status be Call(resolvingFunctions.[[Reject]], undefined, «completion.[[value]]»).
101 // 1. Let C be the this value.
105 THROW_TYPE_ERROR_AND_RETURN(thread, "Promise ALL: this value is not object", JSTaggedValue::Exception());
167 // 1. Let C be the this value.
171 THROW_TYPE_ERROR_AND_RETURN(thread, "Race: this value is not object", JSTaggedValue::Exception());
210 JSHandle<JSTaggedValue> value =
213 if (value.GetTaggedValue().IsCompletionRecord()) {
214 result = JSHandle<CompletionRecord>(value);
234 // 1. Let C be the this value.
238 THROW_TYPE_ERROR_AND_RETURN(thread, "Resolve: this value is not object", JSTaggedValue::Exception());
250 JSHandle<JSObject> value = JSHandle<JSObject>::Cast(xValue);
251 return value.GetTaggedValue();
283 // 1. Let C be the this value.
287 THROW_TYPE_ERROR_AND_RETURN(thread, "Reject: this value is not object", JSTaggedValue::Exception());
322 // 1. Let promise be the this value.
350 // 1. Let promise be the this value.
452 // 4. Let remainingElementsCount be a new Record { [[value]]: 1 }.
476 // ii. Set remainingElementsCount.[[value]] to remainingElementsCount.[[value]] − 1.
478 // iii. If remainingElementsCount.[[value]] is 0,
527 // l. Set the [[AlreadyCalled]] internal slot of resolveElement to a new Record {[[value]]: false }.
539 // q. Set remainingElementsCount.[[value]] to remainingElementsCount.[[value]] + 1.
654 // 1. Let C be the this value.
839 // 1. Let C be the this value.
1046 // 1. Let promise be the this value.
1050 THROW_TYPE_ERROR_AND_RETURN(thread, "Reject: this value is not object", JSTaggedValue::Exception());