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:TryCatch
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/trycatch_fuzzer/
H
A
D
trycatch_fuzzer.cpp
34
TryCatch
trycatch(vm);
in TryCatchNewFuzzerTest()
47
TryCatch
trycatch(vm);
in TryCatchHasCaughtFuzzerTest()
61
TryCatch
trycatch(vm);
in TryCatchRethrowFuzzerTest()
75
TryCatch
trycatch(vm);
in GetAndClearExceptionFuzzTest()
/arkcompiler/ets_runtime/test/executiontest/
H
A
D
thread_termination_test.cpp
131
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
146
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
162
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
176
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
189
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
201
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiexception_fuzzer/
H
A
D
jsnapiexception_fuzzer.cpp
39
TryCatch
tryCatch(vm); // Capture exceptions
in JSNApiThrowExceptionFuzztest()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H
A
D
ast_verifier_check_scope_declaration_test.cpp
135
TEST_F(ASTVerifierTest,
TryCatch
)
in TEST_F()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.h
109
using UncatchableErrorHandler = std::function<void(panda::
TryCatch
&)>;
588
panda::
TryCatch
trycatch(this);
in HandleUncatchableError()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_third_tests.cpp
897
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
913
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
933
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
944
HWTEST_F_L0(JSNApiTests,
TryCatch
)
in HWTEST_F_L0()
947
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
H
A
D
jsnapi_sample.cpp
3027
// 处理异常,用
TryCatch
类中的函数。
3030
TryCatch
tryCatch(vm);
in ClearAndPrintException4TryCatch1()
3046
// 处理异常,用
TryCatch
类中的函数。
3049
TryCatch
tryCatch(vm);
in ClearAndPrintException4TryCatch2()
3068
// 异常没有处理重新抛出异常,用
TryCatch
类中的函数。
3071
TryCatch
tryCatch(vm);
in PrintAndRethrowException4TryCatch3()
H
A
D
jsnapi_second_tests.cpp
966
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
H
A
D
ffi_workload.cpp
6391
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
6457
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
6476
TryCatch
tryCatch(vm_);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
972
class ECMA_PUBLIC_API
TryCatch
{
class
974
explicit
TryCatch
(const EcmaVM *ecmaVm) : ecmaVm_(ecmaVm) {};
in TryCatch()
function in panda::TryCatch
979
~
TryCatch
();
987
ECMA_DISALLOW_COPY(
TryCatch
);
988
ECMA_DISALLOW_MOVE(
TryCatch
);
1499
using UncatchableErrorHandler = std::function<void(panda::
TryCatch
&)>;
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
6296
TryCatch
::~
TryCatch
() {}
in ~TryCatch()
6298
bool
TryCatch
::HasCaught() const
in HasCaught()
6303
void
TryCatch
::Rethrow()
in Rethrow()
6308
Local<ObjectRef>
TryCatch
::GetAndClearException()
in GetAndClearException()
6314
Local<ObjectRef>
TryCatch
::GetException()
in GetException()
6320
void
TryCatch
::ClearException()
in ClearException()
Completed in 39 milliseconds