Home | History | Annotate | Download | only in builtins

Lines Matching refs:IsPromise

366   // 2. If IsPromise(promise) is false, throw a TypeError exception.
1145 TF_BUILTIN(IsPromise, PromiseBuiltinsAssembler) {
1399 // 3.If IsPromise(x) is true, then
1719 // 2. If IsPromise(promise) is false, throw a TypeError exception.