Home
last modified time | relevance | path

Searched defs:errorNumber (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DErrorReporter.h83 void error(unsigned errorNumber, ...) { in error()
102 void errorAt(uint32_t offset, unsigned errorNumber, ...) { in errorAt()
111 unsigned errorNumber, ...) { in errorWithNotesAt()
120 void errorNoOffset(unsigned errorNumber, ...) { in errorNoOffset()
130 unsigned errorNumber, ...) { in errorWithNotesNoOffset()
162 MOZ_MUST_USE bool warning(unsigned errorNumber, ...) { in warning()
174 unsigned errorNumber, ...) { in warningWithNotes()
209 MOZ_MUST_USE bool warningNoOffset(unsigned errorNumber, ...) { in warningNoOffset()
254 MOZ_MUST_USE bool strictModeError(unsigned errorNumber, ...) { in strictModeError()
314 UniquePtr<JSErrorNotes> notes, unsigned errorNumber, ...) { in strictModeErrorWithNotesNoOffset()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DErrorReporter.h83 void error(unsigned errorNumber, ...) { in error()
92 void errorWithNotes(UniquePtr<JSErrorNotes> notes, unsigned errorNumber, in errorWithNotes()
102 void errorAt(uint32_t offset, unsigned errorNumber, ...) { in errorAt()
111 unsigned errorNumber, ...) { in errorWithNotesAt()
120 void errorNoOffset(unsigned errorNumber, ...) { in errorNoOffset()
130 unsigned errorNumber, ...) { in errorWithNotesNoOffset()
162 [[nodiscard]] bool warning(unsigned errorNumber, ...) { in warning()
184 [[nodiscard]] bool warningNoOffset(unsigned errorNumber, ...) { in warningNoOffset()
217 [[nodiscard]] bool strictModeError(unsigned errorNumber, ...) { in strictModeError()
277 UniquePtr<JSErrorNotes> notes, unsigned errorNumber, ...) { in strictModeErrorWithNotesNoOffset()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DErrorReporter.h83 void error(unsigned errorNumber, ...) { in error()
92 void errorWithNotes(UniquePtr<JSErrorNotes> notes, unsigned errorNumber, in errorWithNotes()
102 void errorAt(uint32_t offset, unsigned errorNumber, ...) { in errorAt()
111 unsigned errorNumber, ...) { in errorWithNotesAt()
120 void errorNoOffset(unsigned errorNumber, ...) { in errorNoOffset()
130 unsigned errorNumber, ...) { in errorWithNotesNoOffset()
162 [[nodiscard]] bool warning(unsigned errorNumber, ...) { in warning()
184 [[nodiscard]] bool warningNoOffset(unsigned errorNumber, ...) { in warningNoOffset()
217 [[nodiscard]] bool strictModeError(unsigned errorNumber, ...) { in strictModeError()
277 UniquePtr<JSErrorNotes> notes, unsigned errorNumber, ...) { in strictModeErrorWithNotesNoOffset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DErrorReporter.h83 void error(unsigned errorNumber, ...) { in error()
92 void errorWithNotes(UniquePtr<JSErrorNotes> notes, unsigned errorNumber, in errorWithNotes()
102 void errorAt(uint32_t offset, unsigned errorNumber, ...) { in errorAt()
111 unsigned errorNumber, ...) { in errorWithNotesAt()
120 void errorNoOffset(unsigned errorNumber, ...) { in errorNoOffset()
130 unsigned errorNumber, ...) { in errorWithNotesNoOffset()
162 [[nodiscard]] bool warning(unsigned errorNumber, ...) { in warning()
184 [[nodiscard]] bool warningNoOffset(unsigned errorNumber, ...) { in warningNoOffset()
217 [[nodiscard]] bool strictModeError(unsigned errorNumber, ...) { in strictModeError()
277 UniquePtr<JSErrorNotes> notes, unsigned errorNumber, ...) { in strictModeErrorWithNotesNoOffset()
[all …]
/dports/games/spring/spring_98.0/AI/Wrappers/JavaOO/src/main/java/com/springrts/ai/oo/
H A DEventAIException.java30 private int errorNumber; field in EventAIException
37 public EventAIException(int errorNumber) { in EventAIException()
48 public EventAIException(String message, int errorNumber) { in EventAIException()
59 public EventAIException(String message, Throwable cause, int errorNumber) { in EventAIException()
70 public EventAIException(Throwable cause, int errorNumber) { in EventAIException()
H A DCallbackAIException.java28 private int errorNumber; field in CallbackAIException
30 public CallbackAIException(String methodName, int errorNumber) { in CallbackAIException()
36 public CallbackAIException(String methodName, int errorNumber, Throwable cause) { in CallbackAIException()
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Derror.cpp24 void Error(uint32_t errorNumber, std::string errorString) in Error()
46 void ErrorString(uint32_t errorNumber) in ErrorString()
55 void ErrorString(uint32_t errorNumber, std::string additional) in ErrorString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/Validation/
H A DValidationError.cs13 private int errorNumber = 0; field in System.Workflow.ComponentModel.Compiler.ValidationError
18 public ValidationError(string errorText, int errorNumber) in ValidationError()
23 public ValidationError(string errorText, int errorNumber, bool isWarning) in ValidationError()
28 … public ValidationError(string errorText, int errorNumber, bool isWarning, string propertyName) in ValidationError()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorReporting.cpp55 unsigned errorNumber, va_list* args) { in ReportCompileWarning()
93 unsigned errorNumber, va_list* args, in ReportCompileErrorImpl()
130 unsigned errorNumber, va_list* args) { in ReportCompileErrorLatin1()
137 unsigned errorNumber, va_list* args) { in ReportCompileErrorUTF8()
318 const unsigned errorNumber, in ExpandErrorArgumentsHelper()
427 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
437 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
465 const unsigned errorNumber, in ReportErrorNumberVA()
500 const unsigned errorNumber, in ReportErrorNumberArray()
524 const unsigned errorNumber, in ReportErrorNumberUCArray()
[all …]
H A DWarnings.cpp71 bool js::WarnNumberASCII(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberASCII()
80 bool js::WarnNumberLatin1(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberLatin1()
89 bool js::WarnNumberUTF8(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUTF8()
98 bool js::WarnNumberUC(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DErrorReporting.cpp56 unsigned errorNumber, va_list* args) { in ReportCompileWarning()
94 unsigned errorNumber, va_list* args, in ReportCompileErrorImpl()
131 unsigned errorNumber, va_list* args) { in ReportCompileErrorLatin1()
138 unsigned errorNumber, va_list* args) { in ReportCompileErrorUTF8()
319 const unsigned errorNumber, in ExpandErrorArgumentsHelper()
428 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
438 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
466 const unsigned errorNumber, in ReportErrorNumberVA()
501 const unsigned errorNumber, in ReportErrorNumberArray()
525 const unsigned errorNumber, in ReportErrorNumberUCArray()
[all …]
H A DWarnings.cpp71 bool js::WarnNumberASCII(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberASCII()
80 bool js::WarnNumberLatin1(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberLatin1()
89 bool js::WarnNumberUTF8(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUTF8()
98 bool js::WarnNumberUC(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUC()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DErrorReporting.cpp56 unsigned errorNumber, va_list* args) { in ReportCompileWarning()
94 unsigned errorNumber, va_list* args, in ReportCompileErrorImpl()
131 unsigned errorNumber, va_list* args) { in ReportCompileErrorLatin1()
138 unsigned errorNumber, va_list* args) { in ReportCompileErrorUTF8()
319 const unsigned errorNumber, in ExpandErrorArgumentsHelper()
428 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
438 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
466 const unsigned errorNumber, in ReportErrorNumberVA()
501 const unsigned errorNumber, in ReportErrorNumberArray()
525 const unsigned errorNumber, in ReportErrorNumberUCArray()
[all …]
H A DWarnings.cpp71 bool js::WarnNumberASCII(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberASCII()
80 bool js::WarnNumberLatin1(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberLatin1()
89 bool js::WarnNumberUTF8(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUTF8()
98 bool js::WarnNumberUC(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUC()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DErrorReporting.cpp56 unsigned errorNumber, va_list* args) { in ReportCompileWarning()
94 unsigned errorNumber, va_list* args, in ReportCompileErrorImpl()
131 unsigned errorNumber, va_list* args) { in ReportCompileErrorLatin1()
138 unsigned errorNumber, va_list* args) { in ReportCompileErrorUTF8()
319 const unsigned errorNumber, in ExpandErrorArgumentsHelper()
428 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
438 void* userRef, const unsigned errorNumber, in ExpandErrorArgumentsVA()
466 const unsigned errorNumber, in ReportErrorNumberVA()
501 const unsigned errorNumber, in ReportErrorNumberArray()
525 const unsigned errorNumber, in ReportErrorNumberUCArray()
[all …]
H A DWarnings.cpp71 bool js::WarnNumberASCII(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberASCII()
80 bool js::WarnNumberLatin1(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberLatin1()
89 bool js::WarnNumberUTF8(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUTF8()
98 bool js::WarnNumberUC(JSContext* cx, const unsigned errorNumber, ...) { in WarnNumberUC()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Parser/
H A DExceptions.cs19 private int errorNumber; field in System.Workflow.Activities.Rules.RuleSyntaxException
26 internal RuleSyntaxException(int errorNumber, string message, int position) in RuleSyntaxException()
/dports/security/yapet/yapet-2.3/src/libs/exceptions/
H A Dfileerror.hh46 FileError(const char* msg, int errorNumber = NO_SYSTEM_ERROR_SPECIFIED) in FileError()
55 int errorNumber() const { return _errorNumber; } in errorNumber() function in yapet::FileError
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCompilerError.cs26 private string errorNumber; field in System.CodeDom.Compiler.CompilerError
49 …public CompilerError(string fileName, int line, int column, string errorNumber, string errorText) { in CompilerError()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp102 const int errorNumber = errno; in create() local
146 const int errorNumber = errno; in attach() local

12345678910>>...19