Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dopcodes.h109 opfunc_spread_arguments (ecma_value_t *stack_top_p, uint8_t argument_list_len);
Dopcodes.c416 opfunc_spread_arguments (ecma_value_t *stack_top_p, /**< pointer to the current stack top */ in opfunc_spread_arguments() function
Dvm.c1915 … ecma_collection_t *arguments_p = opfunc_spread_arguments (stack_top_p, arguments_list_len); in vm_loop()
2123 … ecma_collection_t *arguments_p = opfunc_spread_arguments (stack_top_p, arguments_list_len); in vm_loop()