coerceThenable 331 Source/bindings/v8/custom/V8PromiseCustom.cpp v8::Local<v8::Object> coerced = V8PromiseCustom::coerceThenable(originatorValueObject, then.As<v8::Function>(), isolate); coerceThenable 122 Source/bindings/v8/custom/V8PromiseCustom.h static v8::Local<v8::Object> coerceThenable(v8::Handle<v8::Object> thenable, v8::Handle<v8::Function> then, v8::Isolate*);