Searched defs:arg_list_size (Results 1 - 2 of 2) sorted by relevance
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | js-parser.c | 2003 parser_parse_source(const uint8_t *arg_list_p, size_t arg_list_size, const uint8_t *source_p, size_t source_size, uint32_t parse_opts, parser_error_location_t *error_location_p) parser_parse_source() argument 2688 parser_parse_script(const uint8_t *arg_list_p, size_t arg_list_size, const uint8_t *source_p, size_t source_size, uint32_t parse_opts, ecma_compiled_code_t **bytecode_data_p) parser_parse_script() argument
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 520 jerry_parse_function(const jerry_char_t *resource_name_p, size_t resource_name_length, const jerry_char_t *arg_list_p, size_t arg_list_size, const jerry_char_t *source_p, size_t source_size, uint32_t parse_opts) jerry_parse_function() argument
|
Completed in 8 milliseconds