Searched refs:m_exception (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSContext.mm48 JSC::Strong<JSC::JSObject> m_exception;
84 m_exception.clear();
117 m_exception.set(toJS(m_context)->vm(), toJS(JSValueToObject(m_context, valueInternalValue(value), 0)));
119 m_exception.clear();
124 if (!m_exception)
126 return [JSValue valueWithJSValueRef:toRef(m_exception.get()) inContext:self];
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.h359 return OBJECT_OFFSETOF(VM, m_exception);
376 JSValue exception() const { return m_exception; }
377 JSValue* addressOfException() { return &m_exception; }
554 JSValue m_exception; member in class:JSC::VM
H A DVM.cpp667 m_exception = error;
718 exception = m_exception;
723 m_exception = exception;
729 m_exception = JSValue();
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm670 bieq VM::m_exception + TagOffset[t3], EmptyValueTag, .noException
2094 loadi VM::m_exception + PayloadOffset[t3], t0
2095 loadi VM::m_exception + TagOffset[t3], t1
2096 storei 0, VM::m_exception + PayloadOffset[t3]
2097 storei EmptyValueTag, VM::m_exception + TagOffset[t3]
2216 bineq VM::m_exception + TagOffset[t3], EmptyValueTag, .handleException
H A DLowLevelInterpreter64.asm598 btqz VM::m_exception[t3], .noException
1997 loadq VM::m_exception[t3], t0
1998 storeq 0, VM::m_exception[t3]
2094 btqnz VM::m_exception[t3], .handleException

Completed in 215 milliseconds