Home
last modified time | relevance | path

Searched defs:reactions (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c117 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() local
244 ecma_collection_t *reactions = promise_p->reactions; in ecma_fulfill_promise() local
529 ecma_collection_t *reactions = ecma_new_collection (); in ecma_op_create_promise_object() local
Decma-promise-object.h65 ecma_collection_t *reactions; /**< list of promise reactions */ member