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_BRACE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-scanner.c
146
case
LEXER_LEFT_BRACE
:
in scanner_scan_primary_expression()
752
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in scanner_scan_primary_expression_end()
854
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in scanner_scan_primary_expression_end()
1035
if (type !=
LEXER_LEFT_BRACE
)
in scanner_scan_primary_expression_end()
1088
case
LEXER_LEFT_BRACE
:
in scanner_scan_statement()
1112
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in scanner_scan_statement()
1240
&& type !=
LEXER_LEFT_BRACE
in scanner_scan_statement()
1526
else if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in scanner_scan_statement()
1740
if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in scanner_scan_statement()
1853
|| type ==
LEXER_LEFT_BRACE
in scanner_scan_statement()
[all...]
H
A
D
js-lexer.h
128
LEXER_LEFT_BRACE
, /**< "{" */
enumerator
219
((type) ==
LEXER_LEFT_BRACE
|| (type) == LEXER_LEFT_PAREN || (type) == LEXER_LEFT_SQUARE)
H
A
D
js-scanner-ops.c
69
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in scanner_check_arrow_body()
224
else if (context_p->token.type == LEXER_LEFT_SQUARE || context_p->token.type ==
LEXER_LEFT_BRACE
)
in scanner_check_arrow_arg()
229
if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in scanner_check_arrow_arg()
455
case
LEXER_LEFT_BRACE
:
in scanner_scan_bracket()
H
A
D
js-parser-statm.c
1688
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_switch_statement_start()
2000
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_try_statement_end()
2013
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_try_statement_end()
2330
if (!(context_p->token.type ==
LEXER_LEFT_BRACE
in parser_parse_import_statement()
2363
&& context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_import_statement()
2408
else if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in parser_parse_import_statement()
2530
case
LEXER_LEFT_BRACE
:
in parser_parse_export_statement()
2754
&& context_p->token.type !=
LEXER_LEFT_BRACE
in parser_parse_statements()
2775
&& context_p->token.type !=
LEXER_LEFT_BRACE
in parser_parse_statements()
2804
case
LEXER_LEFT_BRACE
in parser_parse_statements()
[all...]
H
A
D
js-parser-module.c
356
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_BRACE
);
in parser_module_parse_export_clause()
449
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_BRACE
);
in parser_module_parse_import_clause()
H
A
D
js-parser-expr.c
491
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_BRACE
);
in parser_parse_class_literal()
799
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_class()
904
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_BRACE
);
in parser_parse_object_literal()
1736
case
LEXER_LEFT_BRACE
:
in parser_parse_unary_expression()
2880
JERRY_ASSERT (context_p->token.type ==
LEXER_LEFT_BRACE
|| context_p->token.type == LEXER_LEFT_SQUARE);
in parser_pattern_process_nested_pattern()
2898
if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in parser_pattern_process_nested_pattern()
2920
if (context_p->token.type ==
LEXER_LEFT_BRACE
|| context_p->token.type == LEXER_LEFT_SQUARE)
in parser_pattern_process_assignment()
3145
if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in parser_parse_initializer()
H
A
D
js-parser.c
1784
if (context_p->token.type == LEXER_LEFT_SQUARE || context_p->token.type ==
LEXER_LEFT_BRACE
)
in parser_parse_function_arguments()
2480
if (context_p->token.type !=
LEXER_LEFT_BRACE
)
in parser_parse_function()
2558
if (context_p->token.type ==
LEXER_LEFT_BRACE
)
in parser_parse_arrow_function()
H
A
D
js-lexer.c
1537
LEXER_TYPE_A_TOKEN (LIT_CHAR_LEFT_BRACE,
LEXER_LEFT_BRACE
);
in lexer_next_token()
Completed in 16 milliseconds