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_LEFT_PAREN
(Results
1 - 7
of
7
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-lexer.h
129
LEXER_LEFT_PAREN
, /**< "(" */
enumerator
219
((type) == LEXER_LEFT_BRACE || (type) ==
LEXER_LEFT_PAREN
|| (type) == LEXER_LEFT_SQUARE)
H
A
D
js-scanner.c
131
case
LEXER_LEFT_PAREN
:
in scanner_scan_primary_expression()
314
case
LEXER_LEFT_PAREN
:
in scanner_scan_post_primary_expression()
946
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in scanner_scan_primary_expression_end()
1139
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in scanner_scan_statement()
1167
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in scanner_scan_statement()
1184
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in scanner_scan_statement()
2085
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in scanner_scan_statement_end()
2185
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in scanner_scan_statement_end()
2354
context_p->token.type =
LEXER_LEFT_PAREN
;
in scanner_scan_all()
2466
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in scanner_scan_all()
[all...]
H
A
D
js-scanner-ops.c
291
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in scanner_check_async_function()
362
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_PAREN
);
in scanner_scan_bracket()
372
while (context_p->token.type ==
LEXER_LEFT_PAREN
);
in scanner_scan_bracket()
H
A
D
js-parser-expr.c
992
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in parser_parse_object_literal()
1093
if (context_p->token.type ==
LEXER_LEFT_PAREN
&& !is_proto)
in parser_parse_object_literal()
1481
|| context_p->stack_top_uint8 ==
LEXER_LEFT_PAREN
in parser_is_assignment_expr()
1552
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in parser_parse_unary_expression()
1859
case
LEXER_LEFT_PAREN
:
in parser_parse_unary_expression()
2012
case
LEXER_LEFT_PAREN
:
in parser_process_unary_expression()
3238
if (context_p->stack_top_uint8 ==
LEXER_LEFT_PAREN
)
in parser_process_expression_sequence()
3385
&& (context_p->stack_top_uint8 ==
LEXER_LEFT_PAREN
in parser_parse_expression()
H
A
D
js-parser-statm.c
353
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in parser_parse_enclosed_expr()
1027
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in parser_parse_while_statement_start()
1184
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in parser_parse_for_statement_start()
1927
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in parser_parse_try_statement_end()
H
A
D
js-parser.c
2450
if (context_p->token.type !=
LEXER_LEFT_PAREN
)
in parser_parse_function()
2543
if (context_p->token.type ==
LEXER_LEFT_PAREN
)
in parser_parse_arrow_function()
H
A
D
js-lexer.c
1538
LEXER_TYPE_A_TOKEN (LIT_CHAR_LEFT_PAREN,
LEXER_LEFT_PAREN
);
in lexer_next_token()
3384
&& context_p->token.type !=
LEXER_LEFT_PAREN
in lexer_string_is_directive()
Completed in 16 milliseconds