/third_party/jerryscript/jerry-core/parser/js/ |
D | js-scanner-ops.c | 138 const uint8_t *source_p) /**< identifier end position */ in scanner_scan_simple_arrow() 175 const uint8_t *source_p = context_p->source_p; in scanner_check_arrow_arg() local 389 const uint8_t *source_p = context_p->source_p; in scanner_scan_bracket() local
|
D | js-lexer.c | 62 lexer_hex_to_code_point (const uint8_t *source_p, /**< current source position */ in lexer_hex_to_code_point() 103 lexer_hex_in_braces_to_code_point (const uint8_t *source_p, /**< current source position */ in lexer_hex_in_braces_to_code_point() 157 lexer_unchecked_hex_to_character (const uint8_t **source_p) /**< [in, out] current source position … in lexer_unchecked_hex_to_character() 622 const uint8_t *source_p = context_p->source_p; in lexer_parse_identifier() local 924 const uint8_t *source_p = context_p->source_p + 1; in lexer_parse_string() local 1244 const uint8_t **source_p) /**< current source position */ in lexer_parse_octal_number() 1267 const uint8_t *source_p = context_p->source_p; in lexer_parse_number() local 2060 const uint8_t *source_p, /**< source string */ in lexer_convert_ident_to_cesu8() 2127 const uint8_t *source_p = literal_p->char_p; in lexer_convert_literal_to_chars() local 2689 const uint8_t *source_p = context_p->source_p; in lexer_construct_regexp_object() local
|
D | js-scanner.c | 173 const uint8_t *source_p = context_p->source_p; in scanner_scan_primary_expression() local 1198 const uint8_t *source_p = context_p->source_p; in scanner_scan_statement() local 1539 const uint8_t *source_p = context_p->source_p; in scanner_scan_statement() local 1846 const uint8_t *source_p = context_p->source_p; in scanner_scan_statement() local 2269 const uint8_t *source_p, /**< valid UTF-8 source code */ in scanner_scan_all()
|
D | js-parser-tagged-template-literal.c | 61 const uint8_t *source_p = lexer_convert_literal_to_chars (context_p, in parser_tagged_template_literal_append_strings() local
|
D | js-scanner.h | 61 const uint8_t *source_p; /**< next source byte */ member 72 const uint8_t *source_p; /**< triggering position of this scanner info */ member
|
D | js-scanner-internal.h | 146 const uint8_t *source_p; /**< start source byte */ member 212 const uint8_t *source_p; /**< start source byte */ member 317 const uint8_t *source_p; /**< source position where the final data needs to be inserted */ member
|
D | js-scanner-util.c | 193 const uint8_t *source_p, /**< triggering position */ in scanner_insert_info() 237 const uint8_t *source_p, /**< triggering position */ in scanner_insert_info_before() 339 const uint8_t *source_p = context_p->source_p; in scanner_seek() local
|
D | js-parser.c | 2005 const uint8_t *source_p, /**< valid UTF-8 source code */ in parser_parse_source() 2690 const uint8_t *source_p, /**< source code */ in parser_parse_script()
|
D | js-parser-statm.c | 1444 const uint8_t *source_p = context_p->source_p; in parser_parse_for_statement_start() local
|
D | js-parser-internal.h | 519 const uint8_t *source_p; /**< next source byte */ member
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | jerry_main.c | 229 const jerry_char_t *source_p = read_file (path_str_p, &source_size); in print_unhandled_exception() local 412 const jerry_char_t *source_p = read_file (file_names[i], &source_size); in main() local
|
/third_party/jerryscript/targets/esp8266/user/ |
D | jerry_run.c | 36 int js_eval (const char *source_p, const size_t source_size) in js_eval()
|
/third_party/jerryscript/jerry-main/ |
D | main-unix-test.c | 95 const jerry_char_t *source_p = read_file (file_name, &source_size); in main() local
|
D | main-unix.c | 291 const jerry_char_t *source_p, /**< source code */ in wait_for_source_callback() 736 const jerry_char_t *source_p = (jerry_char_t *) read_file (file_names[i], &source_size); in main() local
|
D | main-unix-snapshot.c | 258 uint8_t *source_p = input_buffer; in process_generate() local
|
/third_party/jerryscript/tests/unit-core/ |
D | test-lit-char-helpers.cpp | 31 lexer_hex_to_character (const uint8_t *source_p) /**< current source position */ in lexer_hex_to_character()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-ws.c | 116 jerryx_to_base64 (const uint8_t *source_p, /**< source data */ in jerryx_to_base64()
|
D | debugger-sha1.c | 265 const uint8_t *source_p, /**< source buffer */ in jerryx_sha1_update()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 734 const jerry_char_t *source_p, /**< script source */ in jerry_generate_snapshot_with_args() 856 const jerry_char_t *source_p, /**< script source */ in jerry_generate_snapshot() 1776 const jerry_char_t *source_p, /**< script source */ in jerry_generate_function_snapshot()
|
D | jerry.c | 448 const jerry_char_t *source_p, /**< script source */ in jerry_parse() 524 const jerry_char_t *source_p, /**< script source */ in jerry_parse_function() 644 jerry_eval (const jerry_char_t *source_p, /**< source code */ in jerry_eval()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-regexp-prototype.c | 546 ecma_string_t *source_p = ecma_op_to_string (result); in ecma_builtin_regexp_prototype_to_string() local
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-char-helpers.c | 422 const uint8_t *source_p) /**< source buffer */ in lit_four_byte_utf8_char_to_cesu8()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-module.c | 867 uint8_t *source_p = jerry_port_read_source ((const char *) module_path_p, &source_size); in ecma_module_parse() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 129 ecma_string_t *source_p, /**< source string */ in ecma_regexp_create_props() 169 ecma_string_t *source_p, /**< source string */ in ecma_regexp_update_props()
|