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:LEXER_LITERAL
(Results
1 - 8
of
8
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-scanner.c
121
if (context_p->token.type ==
LEXER_LITERAL
in scanner_scan_primary_expression()
170
case
LEXER_LITERAL
:
in scanner_scan_primary_expression()
209
if (context_p->token.type !=
LEXER_LITERAL
|| context_p->token.lit_location.type != LEXER_IDENT_LITERAL)
in scanner_scan_primary_expression()
306
if (context_p->token.type !=
LEXER_LITERAL
in scanner_scan_post_primary_expression()
1216
case
LEXER_LITERAL
:
in scanner_scan_statement()
1241
&& (type !=
LEXER_LITERAL
|| context_p->token.lit_location.type != LEXER_IDENT_LITERAL))
in scanner_scan_statement()
1325
&& context_p->token.type ==
LEXER_LITERAL
in scanner_scan_statement()
1393
if (context_p->token.type !=
LEXER_LITERAL
in scanner_scan_statement()
1431
if (context_p->token.type !=
LEXER_LITERAL
|| context_p->token.lit_location.type != LEXER_IDENT_LITERAL)
in scanner_scan_statement()
1465
if (context_p->token.type ==
LEXER_LITERAL
in scanner_scan_statement()
[all...]
H
A
D
js-parser-module.c
368
if (context_p->token.type !=
LEXER_LITERAL
in parser_module_parse_export_clause()
388
if (context_p->token.type !=
LEXER_LITERAL
in parser_module_parse_export_clause()
460
if (context_p->token.type !=
LEXER_LITERAL
in parser_module_parse_import_clause()
487
if (context_p->token.type !=
LEXER_LITERAL
in parser_module_parse_import_clause()
572
if (context_p->token.type !=
LEXER_LITERAL
in parser_module_handle_module_specifier()
H
A
D
js-lexer.c
772
context_p->token.type =
LEXER_LITERAL
;
in lexer_parse_identifier()
1222
context_p->token.type = ((str_end_character != LIT_CHAR_GRAVE_ACCENT) ?
LEXER_LITERAL
in lexer_parse_string()
1225
context_p->token.type =
LEXER_LITERAL
;
in lexer_parse_string()
1272
context_p->token.type =
LEXER_LITERAL
;
in lexer_parse_number()
2016
if (context_p->token.type ==
LEXER_LITERAL
in lexer_update_await_yield()
2027
context_p->token.type =
LEXER_LITERAL
;
in lexer_update_await_yield()
2036
if (context_p->token.type ==
LEXER_LITERAL
in lexer_update_await_yield()
2047
context_p->token.type =
LEXER_LITERAL
;
in lexer_update_await_yield()
2876
context_p->token.type =
LEXER_LITERAL
;
in lexer_construct_regexp_object()
2907
if (context_p->token.type ==
LEXER_LITERAL
)
in lexer_expect_identifier()
[all...]
H
A
D
js-scanner-ops.c
185
if (context_p->token.type ==
LEXER_LITERAL
in scanner_check_arrow_arg()
278
if (context_p->token.type ==
LEXER_LITERAL
in scanner_check_async_function()
378
case
LEXER_LITERAL
:
in scanner_scan_bracket()
546
while (context_p->token.type ==
LEXER_LITERAL
in scanner_check_directives()
H
A
D
js-parser-statm.c
517
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_parse_var_statement()
697
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_parse_function_statement()
1225
else if (context_p->token.type ==
LEXER_LITERAL
&& lexer_token_is_let (context_p))
in parser_parse_for_statement_start()
1346
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_parse_for_statement_start()
1450
case
LEXER_LITERAL
:
in parser_parse_for_statement_start()
1972
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_parse_try_statement_end()
2130
&& context_p->token.type ==
LEXER_LITERAL
in parser_parse_break_statement()
2216
&& context_p->token.type ==
LEXER_LITERAL
in parser_parse_continue_statement()
2327
if (context_p->token.type !=
LEXER_LITERAL
in parser_parse_import_statement()
2332
|| (context_p->token.type ==
LEXER_LITERAL
in parser_parse_import_statement()
[all...]
H
A
D
js-lexer.h
37
LEXER_LITERAL
, /**< literal token */
enumerator
H
A
D
js-parser-expr.c
739
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_parse_class()
764
if (context_p->token.type ==
LEXER_LITERAL
&& context_p->token.lit_location.type == LEXER_IDENT_LITERAL)
in parser_parse_class()
884
if (context_p->token.type !=
LEXER_LITERAL
)
in parser_reparse_as_common_identifier()
1219
if (context_p->token.type !=
LEXER_LITERAL
in parser_parse_function_expression()
1612
case
LEXER_LITERAL
:
in parser_parse_unary_expression()
1938
JERRY_ASSERT (context_p->token.type ==
LEXER_LITERAL
in parser_process_unary_expression()
2930
if (context_p->token.type !=
LEXER_LITERAL
|| context_p->token.lit_location.type != LEXER_IDENT_LITERAL)
in parser_pattern_process_assignment()
H
A
D
js-parser.c
1832
if (context_p->token.type !=
LEXER_LITERAL
in parser_parse_function_arguments()
Completed in 14 milliseconds