Searched defs:exception_value (Results 1 – 5 of 5) sorted by relevance
60 def __exit__(self, exception_type, exception_value, traceback): argument
29 def __exit__(self, exception_type, exception_value, traceback): argument
198 def __exit__(self, exception_type, exception_value, traceback): argument
1566 jerry_debugger_send_exception_string (ecma_value_t exception_value) in jerry_debugger_send_exception_string()
2125 Local<Value> exception_value = Exception::Error(reason_string); in VerifyError() local