Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.h189 ecma_value_t parser_parse_script (const uint8_t *arg_list_p, size_t arg_list_size,
Djs-parser.c2004 size_t arg_list_size, /**< size of function argument list */ in parser_parse_source() argument
2095 arg_list_p + arg_list_size, in parser_parse_source()
2120 context.source_end_p = arg_list_p + arg_list_size; in parser_parse_source()
2689 size_t arg_list_size, /**< size of function argument list */ in parser_parse_script() argument
2709 arg_list_size, in parser_parse_script()
2811 JERRY_UNUSED (arg_list_size); in parser_parse_script()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h368 const jerry_char_t *arg_list_p, size_t arg_list_size,
/third_party/jerryscript/jerry-core/api/
Djerry.c523 size_t arg_list_size, /**< script source size */ in jerry_parse_function() argument
566 arg_list_size, in jerry_parse_function()
586 JERRY_UNUSED (arg_list_size); in jerry_parse_function()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md1092 size_t arg_list_size, /**< script source size */
1101 - `arg_list_size` - size of the argument list, in bytes.