Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c228 size_t function_object_size = sizeof (ecma_extended_object_t); in ecma_op_create_function_object() local
233 function_object_size = sizeof (ecma_static_function_t); in ecma_op_create_function_object()
238 function_object_size, in ecma_op_create_function_object()