Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:source_end_p
(Results
1 - 5
of
5
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-lexer.c
104
const uint8_t *
source_end_p
, /**< source end */
in lexer_hex_in_braces_to_code_point()
112
JERRY_ASSERT (source_p <
source_end_p
);
in lexer_hex_in_braces_to_code_point()
137
if (result >= (LIT_UNICODE_CODE_POINT_MAX + 1) || source_p >=
source_end_p
)
in lexer_hex_in_braces_to_code_point()
228
const uint8_t *
source_end_p
= context_p->
source_end_p
;
in lexer_skip_spaces()
local
240
if (context_p->source_p >=
source_end_p
)
in lexer_skip_spaces()
253
if (context_p->source_p + 1 <
source_end_p
in lexer_skip_spaces()
293
&& context_p->source_p + 1 <
source_end_p
)
in lexer_skip_spaces()
319
&& context_p->source_p + 1 <
source_end_p
in lexer_skip_spaces()
332
if (context_p->source_p + 1 <
source_end_p
in lexer_skip_spaces()
103
lexer_hex_in_braces_to_code_point(const uint8_t *source_p, const uint8_t *
source_end_p
, uint32_t *length_p)
lexer_hex_in_braces_to_code_point()
argument
625
const uint8_t *
source_end_p
= context_p->
source_end_p
;
lexer_parse_identifier()
local
926
const uint8_t *
source_end_p
= context_p->
source_end_p
;
lexer_parse_string()
local
1268
const uint8_t *
source_end_p
= context_p->
source_end_p
;
lexer_parse_number()
local
2692
const uint8_t *
source_end_p
= context_p->
source_end_p
;
lexer_construct_regexp_object()
local
[all...]
H
A
D
js-parser-internal.h
520
const uint8_t *
source_end_p
; /**< last source byte */
member
779
const uint8_t *source_p, const uint8_t *
source_end_p
);
H
A
D
js-parser.c
121
size_t bytes_to_end = (size_t) (context_p->
source_end_p
- char_p);
in parser_compute_indicies()
1591
const uint8_t *char_p = context_p->
source_end_p
- (source_data & 0xfffff);
in parser_post_processing()
2115
context.
source_end_p
= source_p + source_size;
in parser_parse_source()
2120
context.
source_end_p
= arg_list_p + arg_list_size;
in parser_parse_source()
2161
context.
source_end_p
= source_p + source_size;
in parser_parse_source()
H
A
D
js-scanner.c
2256
// In the line context_p->
source_end_p
=
source_end_p
2257
// IAR assumes that
source_end_p
is in R5 register, but
2270
const uint8_t *
source_end_p
) /**< end of source code */
in scanner_scan_all()
2313
context_p->
source_end_p
=
source_end_p
;
in scanner_scan_all()
2333
context_p->
source_end_p
= arg_list_end_p;
in scanner_scan_all()
2846
context_p->
source_end_p
=
source_end_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-statm.c
1257
const uint8_t *
source_end_p
= context_p->source_p - 2;
in parser_parse_for_statement_start()
local
1293
const uint8_t *original_source_end_p = context_p->
source_end_p
;
in parser_parse_for_statement_start()
1294
context_p->
source_end_p
=
source_end_p
;
in parser_parse_for_statement_start()
1422
context_p->
source_end_p
= original_source_end_p;
in parser_parse_for_statement_start()
Completed in 13 milliseconds