Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-promise-inl.h32 Object JSPromise::reactions() const { in reactions() function in v8::internal::JSPromise
H A Dobjects.cc5577 TriggerPromiseReactions(Isolate* isolate, Handle<Object> reactions, Handle<Object> argument, PromiseReaction::Type type) TriggerPromiseReactions() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-promise-object.h65 ecma_collection_t *reactions; /**< list of promise reactions */ member
H A Decma-promise-object.c117 ecma_promise_trigger_reactions (ecma_collection_t *reactions, /**< lists of reactions */ in ecma_promise_trigger_reactions() argument
215 ecma_collection_t *reactions = promise_p->reactions; in ecma_reject_promise() local
244 ecma_collection_t *reactions = promise_p->reactions; ecma_fulfill_promise() local
529 ecma_collection_t *reactions = ecma_new_collection (); ecma_op_create_promise_object() local
[all...]

Completed in 11 milliseconds