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:AsVariableScope
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classStaticBlock.cpp
39
compiler::VariableEnvScope envScope(pg, scope_->
AsVariableScope
(), target);
in Compile()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.cpp
50
return iter->
AsVariableScope
();
in EnclosingVariableScope()
150
if (iter->
AsVariableScope
()->NeedLexEnv()) {
in Find()
154
if (iter->
AsVariableScope
()->NeedSendableEnv()) {
in Find()
183
if (iter->
AsVariableScope
()->NeedLexEnv()) {
in Find()
319
if (iter->
AsVariableScope
()->NeedLexEnv()) {
in FindPrivateName()
H
A
D
scope.h
237
VariableScope *
AsVariableScope
()
in AsVariableScope()
function in Scope
243
const VariableScope *
AsVariableScope
() const
in AsVariableScope()
function in Scope
H
A
D
binder.cpp
302
scope->
AsVariableScope
()->AddFlag(VariableScopeFlags::USE_ARGS);
in InstantiateArguments()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
envScope.h
112
return scope->IsVariableScope() && scope->
AsVariableScope
()->NeedLexEnv();
in NeedEnv()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
scope.h
124
VariableScope *
AsVariableScope
()
in AsVariableScope()
function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
130
const VariableScope *
AsVariableScope
() const
in AsVariableScope()
function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
351
if (iter->
AsVariableScope
()->NeedLexEnv()) {
in FindImpl()
H
A
D
scope.cpp
52
return iter->
AsVariableScope
();
in EnclosingVariableScope()
67
return iter->
AsVariableScope
();
in EnclosingVariableScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.cpp
421
const auto *varScope = scope_->
AsVariableScope
();
in LoadAccFromArgs()
Completed in 14 milliseconds