Searched refs:arg_list_p (Results 1 - 8 of 8) 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, /**< function argument list */ in parser_parse_source() argument 2023 if (arg_list_p != NULL) in parser_parse_source() 2088 (arg_list_p == NULL) ? "Script" in parser_parse_source() 2094 arg_list_p, in parser_parse_source() 2095 arg_list_p + arg_list_size, in parser_parse_source() 2112 if (arg_list_p == NULL) in parser_parse_source() 2119 context.source_p = arg_list_p; in parser_parse_source() 2120 context.source_end_p = arg_list_p + arg_list_size; in parser_parse_source() 2153 if (arg_list_p != NULL) in parser_parse_source() 2218 JERRY_ASSERT (arg_list_p ! in parser_parse_source() 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 [all...] |
H A D | js-parser.h | 189 ecma_value_t parser_parse_script (const uint8_t *arg_list_p, size_t arg_list_size,
|
H A D | js-scanner.c | 2267 const uint8_t *arg_list_p, /**< function argument list */ in scanner_scan_all() 2310 if (arg_list_p == NULL) in scanner_scan_all() 2332 context_p->source_p = arg_list_p; in scanner_scan_all() 3236 const uint8_t *source_start_p = (arg_list_p == NULL) ? source_p : arg_list_p; in scanner_scan_all() 2266 scanner_scan_all(parser_context_t *context_p, const uint8_t *arg_list_p, const uint8_t *arg_list_end_p, const uint8_t *source_p, const uint8_t *source_end_p) scanner_scan_all() argument
|
H A D | js-parser-internal.h | 778 void scanner_scan_all (parser_context_t *context_p, const uint8_t *arg_list_p, const uint8_t *arg_list_end_p,
|
/third_party/jerryscript/jerry-core/vm/ |
H A D | vm.h | 445 ecma_object_t *lex_env_p, const ecma_value_t *arg_list_p, ecma_length_t arg_list_len);
|
H A D | vm.c | 4444 const ecma_value_t *arg_list_p, /**< arguments list */ in vm_run() 4485 vm_init_exec (frame_ctx_p, arg_list_p, arg_list_len); in vm_run() 4441 vm_run(const ecma_compiled_code_t *bytecode_header_p, ecma_value_t this_binding_value, ecma_object_t *lex_env_p, const ecma_value_t *arg_list_p, ecma_length_t arg_list_len) vm_run() argument
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 522 const jerry_char_t *arg_list_p, /**< script source */ in jerry_parse_function() 559 if (arg_list_p == NULL) in jerry_parse_function() 562 arg_list_p = (const jerry_char_t *) ""; in jerry_parse_function() 565 parse_status = parser_parse_script (arg_list_p, in jerry_parse_function() 585 JERRY_UNUSED (arg_list_p); in jerry_parse_function() 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
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-core.h | 368 const jerry_char_t *arg_list_p, size_t arg_list_size,
|
Completed in 26 milliseconds