updateDerived     367 Source/bindings/v8/custom/V8PromiseCustom.cpp     void updateDerived(v8::Handle<v8::Object> derivedPromise, v8::Handle<v8::Function> onFulfilled, v8::Handle<v8::Function> onRejected, v8::Handle<v8::Object> originator, v8::Isolate*);
updateDerived     411 Source/bindings/v8/custom/V8PromiseCustom.cpp         updateDerived(derived->promise(isolate), derived->onFulfilled(isolate), derived->onRejected(isolate), derived->originator(isolate), isolate);
updateDerived     502 Source/bindings/v8/custom/V8PromiseCustom.cpp         updateDerived(derivedPromise, onFulfilled, onRejected, promise, isolate);
updateDerived     807 Source/bindings/v8/custom/V8PromiseCustom.cpp     propagator.updateDerived(derivedPromise, onFulfilled, onRejected, originator, isolate);
updateDerived     105 Source/bindings/v8/custom/V8PromiseCustom.h     static void updateDerived(v8::Handle<v8::Object> derivedPromise, v8::Handle<v8::Function> onFulfilled, v8::Handle<v8::Function> onRejected, v8::Handle<v8::Object> originator, v8::Isolate*);