Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
IJS_Runtime::JS_Error Struct Reference

#include <ijs_runtime.h>

+ Collaboration diagram for IJS_Runtime::JS_Error:

Public Member Functions

 JS_Error (int line, int column, const WideString &exception)
 

Public Attributes

int line
 
int column
 
WideString exception
 

Detailed Description

Definition at line 26 of file ijs_runtime.h.

Constructor & Destructor Documentation

◆ JS_Error()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ column

int IJS_Runtime::JS_Error::column

◆ exception

WideString IJS_Runtime::JS_Error::exception

Definition at line 29 of file ijs_runtime.h.

◆ line

int IJS_Runtime::JS_Error::line

Definition at line 27 of file ijs_runtime.h.

Referenced by JS_Error().


The documentation for this struct was generated from the following files: