Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c652 uint32_t argument_size = (uint32_t) (argument_end * sizeof (ecma_value_t)); in snapshot_load_compiled_code() local
653 memcpy (byte_p + new_code_size - argument_size, in snapshot_load_compiled_code()
654 base_addr_p + code_size - argument_size, in snapshot_load_compiled_code()
655 argument_size); in snapshot_load_compiled_code()
Djerry.c1455 const jerry_length_t argument_size = 1; in jerry_create_array() local
1456 ecma_value_t array_value = ecma_op_create_array_object (&array_length, argument_size, true); in jerry_create_array()