Searched defs:reaction (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/runtime/
H A Druntime-promise.cc93 Handle<Symbol> reaction) {
94 Handle<Object> tasks = JSReceiver::GetDataProperty(promise, reaction);
113 Handle<Symbol> reaction = local
115 PromiseFulfill(isolate, promise, status, reason, reaction);
125 CONVERT_ARG_HANDLE_CHECKED(Symbol, reaction, 3);
126 PromiseFulfill(isolate, promise, status, value, reaction);
91 PromiseFulfill(Isolate* isolate, Handle<JSReceiver> promise, Handle<Smi> status, Handle<Object> value, Handle<Symbol> reaction) argument

Completed in 96 milliseconds