Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c382 ecma_call_builtin_executor (ecma_object_t *executor_p, /**< the executor object */ in ecma_call_builtin_executor() argument
391 ecma_value_t capability = ecma_op_object_get (executor_p, capability_str_p); in ecma_call_builtin_executor()
704 …ecma_object_t *executor_p = ecma_op_create_external_function_object (ecma_op_get_capabilities_exec… in ecma_promise_new_capability() local
705 ecma_value_t executor = ecma_make_object_value (executor_p); in ecma_promise_new_capability()
707 ecma_op_object_put (executor_p, in ecma_promise_new_capability()
717 ecma_deref_object (executor_p); in ecma_promise_new_capability()