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:outer_scope_info
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
shared-function-info.cc
343
HeapObject
outer_scope_info
;
in DiscardCompiledMetadata()
local
345
outer_scope_info
= scope_info().OuterScopeInfo();
in DiscardCompiledMetadata()
347
outer_scope_info
= ReadOnlyRoots(isolate).the_hole_value();
in DiscardCompiledMetadata()
352
set_raw_outer_scope_info_or_feedback_metadata(
outer_scope_info
);
in DiscardCompiledMetadata()
356
outer_scope_info
);
in DiscardCompiledMetadata()
358
DCHECK(
outer_scope_info
().IsScopeInfo() ||
outer_scope_info
().IsTheHole());
in DiscardCompiledMetadata()
521
DCHECK(shared_info->
outer_scope_info
().IsTheHole());
in InitFromFunctionLiteral()
H
A
D
shared-function-info-inl.h
448
HeapObject SharedFunctionInfo::
outer_scope_info
() const {
in outer_scope_info()
function in v8::internal::SharedFunctionInfo
457
if (!
outer_scope_info
().IsScopeInfo()) return false;
in HasOuterScopeInfo()
458
outer_info = ScopeInfo::cast(
outer_scope_info
());
in HasOuterScopeInfo()
469
if (!is_compiled()) return ScopeInfo::cast(
outer_scope_info
());
in GetOuterScopeInfo()
H
A
D
shared-function-info.h
704
DECL_ACCESSORS(
outer_scope_info
, HeapObject)
H
A
D
scope-info.cc
851
return ScopeInfo::cast(
outer_scope_info
());
in OuterScopeInfo()
/third_party/node/deps/v8/src/parsing/
H
A
D
parser.cc
496
Handle<ScopeInfo>
outer_scope_info
;
in DeserializeScopeChain()
local
497
if (maybe_outer_scope_info.ToHandle(&
outer_scope_info
)) {
in DeserializeScopeChain()
500
isolate, zone(), *
outer_scope_info
, info->script_scope(),
in DeserializeScopeChain()
859
Handle<ScopeInfo>
outer_scope_info
=
in ParseFunction()
local
861
if (
outer_scope_info
->HasOuterScopeInfo()) {
in ParseFunction()
863
handle(
outer_scope_info
->OuterScopeInfo(), isolate);
in ParseFunction()
/third_party/node/deps/v8/src/ast/
H
A
D
scopes.h
1499
MaybeHandle<ScopeInfo>
outer_scope_info
,
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
945
CHECK(
outer_scope_info
().IsScopeInfo() ||
in SharedFunctionInfoVerify()
946
outer_scope_info
().IsTheHole(roots));
in SharedFunctionInfoVerify()
Completed in 20 milliseconds