Searched defs:exceptionObject (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPrivateScriptRunner.cpp196 v8::Handle<v8::Object> exceptionObject = v8::Handle<v8::Object>::Cast(exception); local
197 v8::Handle<v8::Value> name = exceptionObject->Get(v8String(isolate, "name"));
201 v8::Handle<v8::Value> message = exceptionObject->Get(v8String(isolate, "message"));
208 v8::Handle<v8::Value> code = exceptionObject->Get(v8String(isolate, "code"));
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c187 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
192 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
239 (uintptr_t)exceptionObject);
186 __gcc_personality_sj0(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, _Unwind_Context_t context) argument
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp546 /// @param exceptionObject thrown _Unwind_Exception instance.
554 struct _Unwind_Exception *exceptionObject) {
558 !exceptionObject ||
563 (((char*) exceptionObject) + ourBaseFromUnwindOffset);
569 "handleActionValue(...): exceptionObject = <%p>, "
571 exceptionObject,
640 /// @param exceptionObject thrown _Unwind_Exception instance.
647 struct _Unwind_Exception *exceptionObject,
752 exceptionObject);
768 (uintptr_t)exceptionObject);
549 handleActionValue(int64_t *resultAction, uint8_t TTypeEncoding, const uint8_t *ClassInfo, uintptr_t actionEntry, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject) argument
643 handleLsda(int version, const uint8_t *lsda, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
827 ourPersonality(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
[all...]

Completed in 1309 milliseconds