Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c233 function_object_size = sizeof (ecma_static_function_t); in ecma_op_create_function_object()
266 ((ecma_static_function_t *) func_p)->bytecode_p = bytecode_data_p; in ecma_op_create_function_object()
538 return ((ecma_static_function_t *) function_p)->bytecode_p; in ecma_op_function_get_compiled_code()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h980 } ecma_static_function_t; typedef
Decma-gc.c1247 ext_object_size = sizeof (ecma_static_function_t); in ecma_gc_free_object()