Home
last modified time | relevance | path

Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dppb_var_deprecated_impl.cc148 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()
Dnpapi_glue.h106 bool has_exception() const { return exception_.type != PP_VARTYPE_UNDEFINED; } in has_exception() function
241 bool has_exception() const { return has_exception_; } in has_exception() function
Dnpapi_glue.cc233 if (has_exception()) { in SetResult()
261 if (has_exception()) { in CheckExceptionForNoResult()
343 if (!has_exception()) { in SetException()
Dplugin_object.cc205 if (!result_converter.has_exception()) { in WrapperClass_Enumerate()
220 if (result_converter.has_exception()) { in WrapperClass_Enumerate()
Dpepper_plugin_instance_impl.cc2373 if (try_catch.has_exception()) in ExecuteScript()
/external/chromium_org/v8/src/
Dexecution.cc102 bool has_exception = value->IsException(); in Invoke() local
103 ASSERT(has_exception == isolate->has_pending_exception()); in Invoke()
104 if (has_exception) { in Invoke()
/external/chromium_org/v8/src/mips/
Dassembler-mips.h1012 bool has_exception() const { in has_exception() function
Dregexp-macro-assembler-mips.cc573 if (masm_->has_exception()) { in GetCode()