Home
last modified time | relevance | path

Searched refs:HasException (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/ceftests/
Dv8_unittest.cc489 EXPECT_FALSE(value->HasException()); in RunArrayValueTest()
495 EXPECT_FALSE(value->HasException()); in RunArrayValueTest()
499 EXPECT_FALSE(value->HasException()); in RunArrayValueTest()
505 EXPECT_FALSE(value->HasException()); in RunArrayValueTest()
751 EXPECT_FALSE(object->HasException()); in RunObjectAccessorTest()
756 EXPECT_FALSE(object->HasException()); in RunObjectAccessorTest()
761 EXPECT_FALSE(object->HasException()); in RunObjectAccessorTest()
825 EXPECT_FALSE(object->HasException()); in RunObjectAccessorExceptionTest()
830 EXPECT_TRUE(object->HasException()); in RunObjectAccessorExceptionTest()
837 EXPECT_FALSE(object->HasException()); in RunObjectAccessorExceptionTest()
[all …]
/third_party/flutter/engine/flutter/fml/platform/android/
Djni_util.cc114 bool HasException(JNIEnv* env) { in HasException() function
119 if (!HasException(env)) in ClearException()
Djni_util.h35 bool HasException(JNIEnv* env);
/third_party/mindspore/mindspore/core/utils/
Dms_exception.h74 bool HasException() { in HasException() function
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h58 bool HasException() override;
Dv8value_ctocpp.cc495 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::HasException() { in HasException() function in CefV8ValueCToCpp
/third_party/cef/include/
Dcef_v8.h675 virtual bool HasException() = 0;
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.cc69 if (!StaticAnalysisException::Instance().HasException()) { in HandleException()
/third_party/cef/libcef/renderer/
Dv8_impl.h248 bool HasException() override;
Dv8_impl.cc1816 bool CefV8ValueImpl::HasException() { in HasException() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc502 bool _retval = CefV8ValueCppToC::Get(self)->HasException(); in v8value_has_exception()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc833 if (!StaticAnalysisException::Instance().HasException()) { in Compile()