Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c452 arrow_function_object_size = sizeof (ecma_static_arrow_function_t); in ecma_op_create_arrow_function_object()
468 ((ecma_static_arrow_function_t *) func_p)->bytecode_p = bytecode_data_p; in ecma_op_create_arrow_function_object()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1005 } ecma_static_arrow_function_t; typedef