Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h61 ecma_op_create_arrow_function_object (ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_…
Decma-function-object.c441 ecma_op_create_arrow_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_arrow_function_object() function
/third_party/jerryscript/jerry-core/vm/
Dvm.c482 func_obj_p = ecma_op_create_arrow_function_object (frame_ctx_p->lex_env_p, in vm_construct_literal_object()