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:current_scope_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/debug/
H
A
D
debug-scopes.cc
85
current_scope_
= start_scope_;
in Restart()
86
DCHECK_NOT_NULL(
current_scope_
);
in Restart()
212
current_scope_
= closure_scope_ = nullptr;
222
current_scope_
= closure_scope_ = nullptr;
295
current_scope_
= start_scope_;
304
current_scope_
= closure_scope_;
305
start_scope_ =
current_scope_
;
371
if (InInnerScope()) return
current_scope_
->start_position();
in start_position()
377
if (InInnerScope()) return
current_scope_
->end_position();
in end_position()
403
if (!
current_scope_
in NeedsAndHasContext()
[all...]
H
A
D
debug-scopes.h
126
Scope*
current_scope_
= nullptr;
member in v8::internal::ScopeIterator
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.h
460
inline Scope* current_scope() const { return
current_scope_
; }
in current_scope()
461
inline void set_current_scope(Scope* scope) {
current_scope_
= scope; }
in set_current_scope()
510
Scope*
current_scope_
;
member in v8::internal::interpreter::final
H
A
D
bytecode-generator.cc
913
current_scope_
.emplace(generator_, scope_);
in EnterScope()
926
current_scope_
= base::nullopt;
in ExitScope()
936
base::Optional<CurrentScope>
current_scope_
;
member in v8::internal::interpreter::BytecodeGenerator::MultipleEntryBlockContextScope
1147
current_scope_
(info->scope()),
in BytecodeGenerator()
/third_party/node/deps/v8/src/ast/
H
A
D
scopes.h
1563
bool Done() const { return
current_scope_
== nullptr; }
in Done()
1571
return
current_scope_
->AsClassScope();
in GetScope()
1577
Scope*
current_scope_
;
member in v8::internal::PrivateNameScopeIterator
H
A
D
scopes.cc
3085
: start_scope_(start),
current_scope_
(start) {
in PrivateNameScopeIterator()
3093
Scope* inner =
current_scope_
;
in Next()
3098
current_scope_
= scope;
in Next()
3106
current_scope_
= nullptr;
in Next()
3110
// During a reparse,
current_scope_
->already_resolved_ may be true here,
in AddUnresolvedPrivateName()
Completed in 20 milliseconds