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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 78 static bool isPromise(v8::Handle<v8::Value> maybePromise, v8::Isolate*);
V8PromiseCustom.cpp 269 ASSERT(V8PromiseCustom::isPromise(coercedAlready.As<v8::Object>(), isolate));
645 bool V8PromiseCustom::isPromise(v8::Handle<v8::Value> maybePromise, v8::Isolate* isolate)
656 if (isPromise(maybePromise, isolate))
672 if (isPromise(result, isolate)) {
    [all...]

Completed in 23 milliseconds