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_info_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
scope-info-inl.h
92
ScopeInfoPtr scope_info() const { return range_->
scope_info_
; }
in scope_info()
113
bool inlined() const { return
scope_info_
->HasInlinedLocalNames(); }
in inlined()
117
?
scope_info_
->ContextLocalCount()
in max_index()
118
:
scope_info_
->context_local_names_hashtable().Capacity();
in max_index()
122
explicit LocalNamesRange(ScopeInfoPtr scope_info) :
scope_info_
(scope_info) {}
in LocalNamesRange()
129
ScopeInfoPtr
scope_info_
;
member in v8::internal::ScopeInfo::LocalNamesRange
/third_party/node/deps/v8/src/ast/
H
A
D
scopes.cc
242
scope_info_
(scope_info),
in Scope()
293
scope_info_
(scope_info),
in Scope()
491
outer_scope->
scope_info_
= Handle<ScopeInfo>::null();
in DeserializeScopeChain()
523
if (script_scope->
scope_info_
.is_null()) {
in SetScriptScopeInfo()
688
if (scope->outer_scope() && !scope->outer_scope()->
scope_info_
.is_null()) {
in Analyze()
950
DCHECK(!
scope_info_
.is_null());
in LookupInScopeInfo()
962
ScopeInfo scope_info = *
scope_info_
;
in LookupInScopeInfo()
1186
DCHECK(
scope_info_
.is_null());
in DeclareVariableName()
1210
DCHECK(
scope_info_
.is_null());
in DeclareCatchVariableName()
1346
scope_info_
in DeserializeReceiver()
[all...]
H
A
D
scopes.h
196
DCHECK(
scope_info_
.is_null());
in LookupLocal()
562
DCHECK(!
scope_info_
.is_null());
in scope_info()
563
return
scope_info_
;
in scope_info()
630
if (var != nullptr ||
scope_info_
.is_null()) return var;
in LookupInScopeOrScopeInfo()
774
Handle<ScopeInfo>
scope_info_
;
member in v8::internal::Scope
981
DCHECK(
scope_info_
.is_null());
in SetScriptScopeInfo()
982
scope_info_
= scope_info;
in SetScriptScopeInfo()
/third_party/node/deps/v8/src/compiler/
H
A
D
js-operator.h
368
:
scope_info_
(scope_info),
in CreateFunctionContextParameters()
373
return
scope_info_
.AsRef(broker);
in scope_info()
379
const ScopeInfoTinyRef
scope_info_
;
member in v8::internal::compiler::final
H
A
D
js-operator.cc
188
return lhs.
scope_info_
.object().location() ==
in operator ==()
189
rhs.
scope_info_
.object().location() &&
in operator ==()
200
return base::hash_combine(parameters.
scope_info_
.object().location(),
in hash_value()
Completed in 14 milliseconds