HomeSort by relevance Sort by last modified time
    Searched defs:IsPromise (Results 1 - 2 of 2) sorted by null

  /external/v8/src/js/
promise.js 231 // ES#sec-ispromise IsPromise ( x )
232 function IsPromise(x) {
257 if (IsPromise(resolution) && then === PromiseThen) {
451 if (IsPromise(x) && x.constructor === this) return x;
  /external/v8/src/
api.cc     [all...]

Completed in 215 milliseconds