Searched refs:lastException_ (Results 1 – 5 of 5) sorted by relevance
54 (reinterpret_cast<NativeEngine*>(env))->lastException_.IsEmpty(), \
538 panda::Local<panda::ObjectRef> lastException_; variable600 engine_->lastException_ = GetException(); in ~TryCatch()
1205 RETURN_STATUS_IF_FALSE((env), (reinterpret_cast<NativeEngine*>(env))->lastException_.IsEmpty(), in napi_call_function()1236 … reinterpret_cast<NativeEngine *>(env)->lastException_ = panda::JSNApi::GetUncaughtException(vm); in napi_call_function()2391 engine->lastException_.Empty(); in napi_get_and_clear_last_exception()
764 if (!engine->lastException_.IsEmpty()) { in ArkNativeFunctionCallBack()765 engine->lastException_.Empty(); in ArkNativeFunctionCallBack()2289 lastException_.Empty(); in HandleUncaughtException()
1473 engine->lastException_ = trycatch.GetException(); in ExecuteDynamicAbc()1479 engine->lastException_ = trycatch.GetException(); in ExecuteDynamicAbc()