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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 117 static void updateDerivedFromReason(v8::Handle<v8::Object> derivedPromise, v8::Handle<v8::Function> onRejected, v8::Handle<v8::Value>, v8::Isolate*);
V8PromiseCustom.cpp 278 // If calling the [[Get]] internal method threw an exception, catch it and run updateDerivedFromReason.
279 V8PromiseCustom::updateDerivedFromReason(m_promise.newLocal(isolate), m_onRejected.newLocal(isolate), trycatch.Exception(), isolate);
320 void updateDerivedFromReason(v8::Handle<v8::Object> derivedPromise, v8::Handle<v8::Function> onRejected, v8::Handle<v8::Value>, v8::Isolate*);
422 void PromisePropagator::updateDerivedFromReason(v8::Handle<v8::Object> derivedPromise, v8::Handle<v8::Function> onRejected, v8::Handle<v8::Value> reason, v8::Isolate* isolate)
446 updateDerivedFromReason(derivedPromise, onRejected, originatorValue, isolate);
    [all...]

Completed in 25 milliseconds