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:scope_stack_top
(Results
1 - 6
of
6
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser-statm.c
135
uint16_t
scope_stack_top
; /**< preserved top of scope stack */
member
245
uint16_t
scope_stack_top
; /**< current top of scope stack */
member
382
block_statement.
scope_stack_top
= context_p->
scope_stack_top
;
in parser_push_block_context()
439
context_p->
scope_stack_top
= block_statement.
scope_stack_top
;
in parser_pop_block_context()
747
JERRY_ASSERT (context_p->
scope_stack_top
>= 2);
in parser_parse_function_statement()
748
parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->
scope_stack_top
- 2;
in parser_parse_function_statement()
1866
context_p->
scope_stack_top
= try_statement.
scope_stack_top
;
in parser_parse_try_statement_end()
[all...]
H
A
D
js-scanner-util.c
2020
scope_stack_p += context_p->
scope_stack_top
;
in scanner_create_variables()
2267
context_p->
scope_stack_top
= (uint16_t) (scope_stack_p - context_p->scope_stack_p);
in scanner_create_variables()
2326
context_p->
scope_stack_top
= (uint16_t) (scope_stack_p - context_p->scope_stack_p);
in scanner_create_variables()
2377
context_p->
scope_stack_top
= (uint16_t) (scope_stack_p - context_p->scope_stack_p);
in scanner_create_variables()
2437
context_p->
scope_stack_top
= (uint16_t) (scope_stack_p - context_p->scope_stack_p);
in scanner_create_variables()
2443
context_p->scope_stack_global_end = context_p->
scope_stack_top
;
in scanner_create_variables()
2516
parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->
scope_stack_top
;
in scanner_literal_is_const_reg()
2542
parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->
scope_stack_top
;
in scanner_literal_is_created()
H
A
D
js-parser.c
2070
context.
scope_stack_top
= 0;
in parser_parse_source()
2322
saved_context_p->
scope_stack_top
= context_p->
scope_stack_top
;
in parser_save_context()
2350
context_p->
scope_stack_top
= 0;
in parser_save_context()
2395
context_p->
scope_stack_top
= saved_context_p->
scope_stack_top
;
in parser_restore_context()
H
A
D
js-parser-internal.h
475
uint16_t
scope_stack_top
; /**< preserved top of scope stack */
member
547
uint16_t
scope_stack_top
; /**< current top of scope stack */
member
H
A
D
js-parser-util.c
98
parser_scope_stack_t *scope_stack_end_p = scope_stack_p + context_p->
scope_stack_top
;
in parser_print_literal()
H
A
D
js-lexer.c
2383
parser_scope_stack_t *scope_stack_p = scope_stack_start_p + context_p->
scope_stack_top
;
in lexer_construct_literal_object()
Completed in 17 milliseconds