Home | History | Annotate | Download | only in src

Lines Matching refs:exception

866     Handle<Object> exception(isolate->pending_exception(), isolate);
872 // If possible, copy positions from message object to exception object.
873 if (exception->IsJSObject() && !message_location.script().is_null()) {
874 rethrow_exception = Handle<JSObject>::cast(exception);