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:STATIC_BLOCK
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/context/
H
A
D
parserContext.h
66
STATIC_BLOCK
= (1 << 30),
member in panda::es2panda::parser::ParserStatus
140
return (status_ & ParserStatus::
STATIC_BLOCK
) != 0;
in IsStaticBlock()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
variableFlags.h
60
_(
STATIC_BLOCK
, StaticBlockScope) \
H
A
D
scope.h
1007
ScopeType staticBlockType_ {ScopeType::
STATIC_BLOCK
};
/arkcompiler/ets_frontend/ets2panda/ir/
H
A
D
astNodeFlags.h
86
STATIC_BLOCK
= 1U << 7U,
member in ark::es2panda::ir::ModifierFlags::ScriptFunctionFlags
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalClassHandler.cpp
275
ir::ScriptFunctionFlags::
STATIC_BLOCK
| ir::ScriptFunctionFlags::HIDDEN,
in CreateStaticBlock()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H
A
D
methodBuilder.cpp
166
(IS_STATIC ? ir::ScriptFunctionFlags::
STATIC_BLOCK
: ir::ScriptFunctionFlags::CONSTRUCTOR);
in CreateIrConstructor()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
scriptFunction.h
205
return (funcFlags_ & ir::ScriptFunctionFlags::
STATIC_BLOCK
) != 0;
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
dynamic.cpp
248
ir::ScriptFunctionFlags::
STATIC_BLOCK
| ir::ScriptFunctionFlags::EXPRESSION,
in CreateStaticScriptFunction()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
enumLowering.cpp
221
ir::ScriptFunctionFlags::
STATIC_BLOCK
| ir::ScriptFunctionFlags::HIDDEN,
in CreateCCtorForEnumClass()
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
parserImpl.cpp
571
ir::ScriptFunctionFlags::EXPRESSION | ir::ScriptFunctionFlags::
STATIC_BLOCK
,
in ParseClassStaticBlock()
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
expressionParser.cpp
2541
context_.Status() &= ~ParserStatus::
STATIC_BLOCK
;
in ParseFunctionExpression()
H
A
D
parserImpl.cpp
2661
SavedParserContext ctx(this, desc->newStatus | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::
STATIC_BLOCK
|
in ParseStaticBlock()
Completed in 20 milliseconds