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:lastException_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/
H
A
D
js_ability_context_test.cpp
261
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
262
engine->
lastException_
.Empty();
in HWTEST_F()
280
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
281
engine->
lastException_
.Empty();
in HWTEST_F()
299
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
300
engine->
lastException_
.Empty();
in HWTEST_F()
349
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
350
engine->
lastException_
.Empty();
in HWTEST_F()
367
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
368
engine->
lastException_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H
A
D
js_ui_extension_context_test.cpp
260
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
261
engine->
lastException_
.Empty();
in HWTEST_F()
278
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
279
engine->
lastException_
.Empty();
in HWTEST_F()
300
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
301
engine->
lastException_
.Empty();
in HWTEST_F()
352
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
353
engine->
lastException_
.Empty();
in HWTEST_F()
370
if (!engine->
lastException_
.IsEmpty()) {
in HWTEST_F()
371
engine->
lastException_
in HWTEST_F()
[all...]
/foundation/arkui/napi/native_engine/
H
A
D
native_api_internal.h
54
(reinterpret_cast<NativeEngine*>(env))->
lastException_
.IsEmpty(), \
H
A
D
native_engine.h
543
panda::Local<panda::ObjectRef>
lastException_
;
member in NativeEngine
605
engine_->
lastException_
= GetException();
in ~TryCatch()
H
A
D
native_api.cpp
1145
RETURN_STATUS_IF_FALSE(env, (reinterpret_cast<NativeEngine*>(env))->
lastException_
.IsEmpty(),
in napi_get_array_length()
1201
RETURN_STATUS_IF_FALSE((env), (reinterpret_cast<NativeEngine*>(env))->
lastException_
.IsEmpty(),
in napi_call_function()
1230
reinterpret_cast<NativeEngine *>(env)->
lastException_
= panda::JSNApi::GetUncaughtException(vm);
in napi_call_function()
2385
engine->
lastException_
.Empty();
in napi_get_and_clear_last_exception()
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.cpp
756
// Fixme: Rethrow error to engine while clear
lastException_
in ArkNativeFunctionCallBack()
757
if (!engine->
lastException_
.IsEmpty()) {
in ArkNativeFunctionCallBack()
758
engine->
lastException_
.Empty();
in ArkNativeFunctionCallBack()
2283
lastException_
.Empty();
in HandleUncaughtException()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
1485
engine->
lastException_
= trycatch.GetException();
in ExecuteDynamicAbc()
1491
engine->
lastException_
= trycatch.GetException();
in ExecuteDynamicAbc()
Completed in 19 milliseconds