Home
last modified time | relevance | path

Searched defs:source_p (Results 1 – 24 of 24) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c138 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
Djs-lexer.c62 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
Djs-scanner.c173 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()
Djs-parser-tagged-template-literal.c61 const uint8_t *source_p = lexer_convert_literal_to_chars (context_p, in parser_tagged_template_literal_append_strings() local
Djs-scanner.h61 const uint8_t *source_p; /**< next source byte */ member
72 const uint8_t *source_p; /**< triggering position of this scanner info */ member
Djs-scanner-internal.h146 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
Djs-scanner-util.c193 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
Djs-parser.c2005 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()
Djs-parser-statm.c1444 const uint8_t *source_p = context_p->source_p; in parser_parse_for_statement_start() local
Djs-parser-internal.h519 const uint8_t *source_p; /**< next source byte */ member
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c229 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/
Djerry_run.c36 int js_eval (const char *source_p, const size_t source_size) in js_eval()
/third_party/jerryscript/jerry-main/
Dmain-unix-test.c95 const jerry_char_t *source_p = read_file (file_name, &source_size); in main() local
Dmain-unix.c291 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
Dmain-unix-snapshot.c258 uint8_t *source_p = input_buffer; in process_generate() local
/third_party/jerryscript/tests/unit-core/
Dtest-lit-char-helpers.cpp31 lexer_hex_to_character (const uint8_t *source_p) /**< current source position */ in lexer_hex_to_character()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-ws.c116 jerryx_to_base64 (const uint8_t *source_p, /**< source data */ in jerryx_to_base64()
Ddebugger-sha1.c265 const uint8_t *source_p, /**< source buffer */ in jerryx_sha1_update()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c734 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()
Djerry.c448 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/
Decma-builtin-regexp-prototype.c546 ecma_string_t *source_p = ecma_op_to_string (result); in ecma_builtin_regexp_prototype_to_string() local
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c422 const uint8_t *source_p) /**< source buffer */ in lit_four_byte_utf8_char_to_cesu8()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c867 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/
Decma-regexp-object.c129 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()