Home
last modified time | relevance | path

Searched refs:ECMA_PROMISE_EXECUTOR_OBJECT (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.h45 ECMA_PROMISE_EXECUTOR_OBJECT, /**< the executor is an object, it is for the `then` routine */ enumerator
Decma-promise-object.c573 else if (type == ECMA_PROMISE_EXECUTOR_OBJECT) in ecma_op_create_promise_object()