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:binding_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-scanner.c
247
if (scanner_context_p->
binding_type
!= SCANNER_BINDING_NONE)
in scanner_scan_primary_expression()
438
if (scanner_context_p->
binding_type
!= SCANNER_BINDING_NONE)
in scanner_scan_primary_expression_end()
597
|| SCANNER_NEEDS_BINDING_LIST (scanner_context_p->
binding_type
));
in scanner_scan_primary_expression_end()
834
uint8_t
binding_type
= scanner_context_p->
binding_type
;
in scanner_scan_primary_expression_end()
local
837
scanner_context_p->
binding_type
= context_p->stack_top_uint8;
in scanner_scan_primary_expression_end()
843
if (
binding_type
== SCANNER_BINDING_CATCH && context_p->stack_top_uint8 == SCAN_STACK_CATCH_STATEMENT)
in scanner_scan_primary_expression_end()
865
if (SCANNER_NEEDS_BINDING_LIST (
binding_type
))
in scanner_scan_primary_expression_end()
882
if (SCANNER_NEEDS_BINDING_LIST (
binding_type
))
in scanner_scan_primary_expression_end()
962
if (scanner_context_p->
binding_type
!
in scanner_scan_primary_expression_end()
2571
uint8_t
binding_type
= SCANNER_BINDING_VAR;
scanner_scan_all()
local
[all...]
H
A
D
js-scanner-internal.h
331
uint8_t
binding_type
; /**< current destructuring binding type */
member
382
uint8_t
binding_type
, bool is_nested);
H
A
D
js-scanner-util.c
1476
uint8_t
binding_type
, /**< type of destructuring binding pattern */
in scanner_push_destructuring_pattern()
1479
JERRY_ASSERT (
binding_type
!= SCANNER_BINDING_NONE || !is_nested);
in scanner_push_destructuring_pattern()
1485
parser_stack_push_uint8 (context_p, scanner_context_p->
binding_type
);
in scanner_push_destructuring_pattern()
1486
scanner_context_p->
binding_type
=
binding_type
;
in scanner_push_destructuring_pattern()
1488
if (SCANNER_NEEDS_BINDING_LIST (
binding_type
))
in scanner_push_destructuring_pattern()
1474
scanner_push_destructuring_pattern(parser_context_t *context_p, scanner_context_t *scanner_context_p, uint8_t
binding_type
, bool is_nested)
scanner_push_destructuring_pattern()
argument
Completed in 7 milliseconds