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:FinallyBlock
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
dynamicContext.cpp
152
if (!hasFinalizer_ || (tryStmt_->
FinallyBlock
() == nullptr)) {
in InitFinalizer()
180
if (!hasFinalizer_ || inFinalizer_ || (tryStmt_->
FinallyBlock
() == nullptr)) {
in EmitFinalizer()
186
tryStmt_->
FinallyBlock
()->Compile(pg);
in EmitFinalizer()
216
if (!hasFinalizer_ || (tryStmt_->
FinallyBlock
() == nullptr)) {
in EmitFinalizer()
223
tryStmt_->
FinallyBlock
()->Compile(etsg);
in EmitFinalizer()
235
tryStmt_->
FinallyBlock
()->Compile(etsg);
in EmitFinalizer()
261
tryStmt_->
FinallyBlock
()->Compile(etsg);
in EmitFinalizerInsertion()
H
A
D
JSCompiler.cpp
1564
ASSERT(st->CatchClauses().front() && !st->
FinallyBlock
());
in CompileTryCatch()
1608
ASSERT(st->CatchClauses().front() && st->
FinallyBlock
());
in CompileTryCatchFinally()
1635
ASSERT(st->CatchClauses().empty() && st->
FinallyBlock
());
in CompileTryFinally()
H
A
D
ETSCompiler.cpp
1645
compiler::ETSTryContext tryCtx(etsg, etsg->Allocator(), st, st->
FinallyBlock
() != nullptr);
in Compile()
H
A
D
ETSGen.cpp
2792
parent->AsTryStatement()->
FinallyBlock
() == node->AsBlockStatement()) {
in ExtendWithFinalizer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
dynamicContext.cpp
188
if (!hasFinalizer_ || !tryStmt_->
FinallyBlock
()) {
in InitFinalizer()
213
if (!hasFinalizer_ || inFinalizer_ || !tryStmt_->
FinallyBlock
()) {
in EmitFinalizer()
218
tryStmt_->
FinallyBlock
()->Compile(pg_);
in EmitFinalizer()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
tryStatement.h
44
const BlockStatement *
FinallyBlock
() const
in FinallyBlock()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TryStatement
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
aliveAnalyzer.cpp
454
if (tryStmt->
FinallyBlock
() != nullptr) {
in AnalyzeTry()
456
AnalyzeStats(tryStmt->
FinallyBlock
()->Statements());
in AnalyzeTry()
461
checker_->Warning("Finally clause cannot complete normally", tryStmt->
FinallyBlock
()->Start());
in AnalyzeTry()
H
A
D
assignAnalyzer.cpp
914
if (tryStmt->
FinallyBlock
() != nullptr) {
in AnalyzeTry()
921
AnalyzeNode(tryStmt->
FinallyBlock
());
in AnalyzeTry()
H
A
D
helpers.cpp
2001
enclosingFinallyBlock == p->AsTryStatement()->
FinallyBlock
()) {
in CheckThrowingPlacement()
2023
if (finallyBlock == p->AsTryStatement()->
FinallyBlock
()) {
in FindFinalizerOfTryStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
tryStatement.h
76
BlockStatement *
FinallyBlock
() const
in FinallyBlock()
function in ark::es2panda::ark::es2panda::ark::es2panda::ir::TryStatement
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
2451
st->
FinallyBlock
()->Check(checker);
in Check()
Completed in 22 milliseconds