Home
last modified time | relevance | path

Searched refs:ECMA_PROMISE_EXECUTOR_EMPTY (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.h46 ECMA_PROMISE_EXECUTOR_EMPTY /**< the executor is empty, it is for external C API */ enumerator
Decma-promise-object.c583 JERRY_ASSERT (type == ECMA_PROMISE_EXECUTOR_EMPTY); in ecma_op_create_promise_object()
/third_party/jerryscript/jerry-core/api/
Djerry.c1662 …ue_t promise_value = ecma_op_create_promise_object (ECMA_VALUE_EMPTY, ECMA_PROMISE_EXECUTOR_EMPTY); in jerry_create_promise()