OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coerceThenable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h
126
static v8::Local<v8::Object>
coerceThenable
(v8::Handle<v8::Object> thenable, v8::Handle<v8::Function> then, v8::Isolate*);
V8PromiseCustom.cpp
285
v8::Local<v8::Object> coerced = V8PromiseCustom::
coerceThenable
(originatorValueObject, then.As<v8::Function>(), isolate);
[
all
...]
Completed in 25 milliseconds