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:NeedLexEnv
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
forOfStatement.cpp
47
if (scope_->
NeedLexEnv
()) {
in Compile()
62
if (scope_->
NeedLexEnv
()) {
in Compile()
70
if (scope_->
NeedLexEnv
()) {
in Compile()
H
A
D
forInStatement.cpp
45
if (scope_->
NeedLexEnv
()) {
in Compile()
67
if (scope_->
NeedLexEnv
()) {
in Compile()
75
if (scope_->
NeedLexEnv
()) {
in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
envScope.cpp
61
ASSERT(scope->
NeedLexEnv
());
in CopyBindings()
H
A
D
envScope.h
112
return scope->IsVariableScope() && scope->AsVariableScope()->
NeedLexEnv
();
in NeedEnv()
H
A
D
regScope.cpp
130
if (funcScope->
NeedLexEnv
()) {
in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
envScope.cpp
52
if (!scope->
NeedLexEnv
()) {
in InitVariableContext()
H
A
D
pandagen.cpp
257
if (topScope_->
NeedLexEnv
()) {
in InitializeLexEnv()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.cpp
105
if (funcVariableScope->
NeedLexEnv
()) {
in CalculateLevelInCorrespondingFunctionScope()
150
if (iter->AsVariableScope()->
NeedLexEnv
()) {
in Find()
183
if (iter->AsVariableScope()->
NeedLexEnv
()) {
in Find()
319
if (iter->AsVariableScope()->
NeedLexEnv
()) {
in FindPrivateName()
H
A
D
scope.h
568
bool
NeedLexEnv
() const
in NeedLexEnv()
function in VariableScope
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
scope.h
334
if (funcVariableScope != nullptr && funcVariableScope->
NeedLexEnv
()) {
in FindImpl()
351
if (iter->AsVariableScope()->
NeedLexEnv
()) {
in FindImpl()
387
bool
NeedLexEnv
() const
in NeedLexEnv()
function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VariableScope
801
if (
NeedLexEnv
()) {
in InitScope()
H
A
D
scope.cpp
960
if (
NeedLexEnv
()) {
in ConvertToVariableScope()
999
ASSERT(declScope_->
NeedLexEnv
());
in ConvertToVariableScope()
Completed in 13 milliseconds