Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance
148 if (!has_exception()) { in ObjectAccessorWithIdentifierTryCatch()165 if (accessor.has_exception()) in HasProperty()177 if (accessor.has_exception()) in HasMethodDeprecated()185 if (accessor.has_exception()) in GetProperty()211 if (accessor.has_exception()) in EnumerateProperties()238 if (accessor.has_exception()) in SetPropertyDeprecated()255 if (accessor.has_exception()) in DeletePropertyDeprecated()327 if (accessor.has_exception()) in CallDeprecated()340 if (accessor.has_exception()) in Construct()
106 bool has_exception() const { return exception_.type != PP_VARTYPE_UNDEFINED; } in has_exception() function241 bool has_exception() const { return has_exception_; } in has_exception() function
233 if (has_exception()) { in SetResult()261 if (has_exception()) { in CheckExceptionForNoResult()343 if (!has_exception()) { in SetException()
205 if (!result_converter.has_exception()) { in WrapperClass_Enumerate()220 if (result_converter.has_exception()) { in WrapperClass_Enumerate()
2373 if (try_catch.has_exception()) in ExecuteScript()
102 bool has_exception = value->IsException(); in Invoke() local103 ASSERT(has_exception == isolate->has_pending_exception()); in Invoke()104 if (has_exception) { in Invoke()
1012 bool has_exception() const { in has_exception() function
573 if (masm_->has_exception()) { in GetCode()