![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <ijs_runtime.h>
Public Member Functions | |
| JS_Error (int line, int column, const WideString &exception) | |
Public Attributes | |
| int | line |
| int | column |
| WideString | exception |
Definition at line 26 of file ijs_runtime.h.
| IJS_Runtime::JS_Error::JS_Error | ( | int | line, |
| int | column, | ||
| const WideString & | exception ) |
Definition at line 61 of file ijs_runtime.cpp.
References JS_Error(), column, and line.
Referenced by JS_Error(), CJS_EventContext::RunScript(), and CJS_EventContextStub::RunScript().
| int IJS_Runtime::JS_Error::column |
Definition at line 28 of file ijs_runtime.h.
Referenced by JS_Error(), and testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close().
| WideString IJS_Runtime::JS_Error::exception |
Definition at line 29 of file ijs_runtime.h.
| int IJS_Runtime::JS_Error::line |
Definition at line 27 of file ijs_runtime.h.
Referenced by JS_Error().