Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h43 ecma_op_create_external_function_object (ecma_external_handler_t handler_cb);
Decma-promise-object.c442 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_cb); in ecma_promise_create_resolving_functions_helper()
704 …ecma_object_t *executor_p = ecma_op_create_external_function_object (ecma_op_get_capabilities_exec… in ecma_promise_new_capability()
Decma-function-object.c501 ecma_op_create_external_function_object (ecma_external_handler_t handler_cb) /**< pointer to extern… in ecma_op_create_external_function_object() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-promise.c423 res_ele_p = ecma_op_create_external_function_object (ecma_builtin_promise_all_handler); in ecma_builtin_promise_perform_all()
/third_party/jerryscript/jerry-core/api/
Djerry.c1545 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_p); in jerry_create_external_function()