Searched defs:reactions (Results 1 – 4 of 4) sorted by relevance
32 Object JSPromise::reactions() const { in reactions() function
5413 Handle<Object> reactions(promise->reactions(), isolate); in Fulfill() local5459 Handle<Object> reactions(promise->reactions(), isolate); in Reject() local5578 Handle<Object> reactions, in TriggerPromiseReactions()
117 ecma_promise_trigger_reactions (ecma_collection_t *reactions, /**< lists of reactions */ in ecma_promise_trigger_reactions()215 ecma_collection_t *reactions = promise_p->reactions; in ecma_reject_promise() local244 ecma_collection_t *reactions = promise_p->reactions; in ecma_fulfill_promise() local529 ecma_collection_t *reactions = ecma_new_collection (); in ecma_op_create_promise_object() local
65 ecma_collection_t *reactions; /**< list of promise reactions */ member