Searched refs:createSanitizedError (Results 1 – 3 of 3) sorted by relevance
64 static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world) in createSanitizedError() function
209 …ErrorEvent::createSanitizedError(m_world.get()) : ErrorEvent::create(state.errorMessage, state.sou… in evaluate()
184 errorEvent = ErrorEvent::createSanitizedError(errorEvent->world()); in dispatchErrorEvent()