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:GetClosureScope
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/ast/
H
A
D
scopes.cc
385
DeclarationScope* scope =
GetClosureScope
();
in HasSimpleParameters()
886
DCHECK_EQ(
GetClosureScope
(), this);
in AddLocal()
893
DCHECK_EQ(new_parent, new_parent->
GetClosureScope
());
in Reparent()
921
DeclarationScope* outer_closure = outer_scope_->
GetClosureScope
();
in Reparent()
925
DCHECK_EQ(local->scope(), local->scope()->
GetClosureScope
());
in Reparent()
1251
DeclarationScope* scope =
GetClosureScope
();
in NewTemporary()
1460
const DeclarationScope* Scope::
GetClosureScope
() const {
in GetClosureScope()
function in v8::internal::Scope
1468
DeclarationScope* Scope::
GetClosureScope
() {
in GetClosureScope()
function in v8::internal::Scope
1478
DCHECK(
GetClosureScope
()->ShouldEagerCompile());
in NeedsScopeInfo()
2325
if (var->scope()->
GetClosureScope
() !
in UpdateNeedsHoleCheck()
[all...]
H
A
D
scopes.h
537
DeclarationScope*
GetClosureScope
();
538
const DeclarationScope*
GetClosureScope
() const;
1172
DCHECK_EQ(this,
GetClosureScope
());
in ForceEagerCompilation()
1175
s = s->outer_scope()->
GetClosureScope
()) {
in ForceEagerCompilation()
1370
top_local_(scope->
GetClosureScope
()->locals_.end()),
in Snapshot()
/third_party/node/deps/v8/src/parsing/
H
A
D
rewriter.cc
30
DCHECK_EQ(closure_scope, closure_scope->
GetClosureScope
());
in Processor()
44
DCHECK_EQ(closure_scope, closure_scope->
GetClosureScope
());
in Processor()
394
DCHECK_EQ(scope, scope->
GetClosureScope
());
in Rewrite()
H
A
D
parser.cc
365
GetClosureScope
()->ForceEagerCompilation();
in NewV8Intrinsic()
962
DeclarationScope* outer_function = outer->
GetClosureScope
();
in DoParseFunction()
1905
GetClosureScope
()->ForceEagerCompilation();
in DeclareNative()
H
A
D
parser-base.h
836
V8_INLINE DeclarationScope*
GetClosureScope
() const {
in GetClosureScope()
function in v8::internal::ParseFunctionFlag::ParserBase
837
return scope()->
GetClosureScope
();
in GetClosureScope()
1115
DeclarationScope* closure_scope = scope()->
GetClosureScope
();
in UseThis()
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.cc
1170
DCHECK_EQ(closure_scope(), closure_scope()->
GetClosureScope
());
in BytecodeGenerator()
Completed in 33 milliseconds