Exception: JsshJavascriptError

Inherits:
JsshError show all
Defined in:
lib/vapir-firefox/jssh_socket.rb

Direct Known Subclasses

JsshSyntaxError, JsshUndefinedValueError

Instance Attribute Summary collapse

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



54
55
56
# File 'lib/vapir-firefox/jssh_socket.rb', line 54

def fileName
  @fileName
end

#js_errObject

Returns the value of attribute js_err.



54
55
56
# File 'lib/vapir-firefox/jssh_socket.rb', line 54

def js_err
  @js_err
end

#lineNumberObject

Returns the value of attribute lineNumber.



54
55
56
# File 'lib/vapir-firefox/jssh_socket.rb', line 54

def lineNumber
  @lineNumber
end

#sourceObject

Returns the value of attribute source.



54
55
56
# File 'lib/vapir-firefox/jssh_socket.rb', line 54

def source
  @source
end

#stackObject

Returns the value of attribute stack.



54
55
56
# File 'lib/vapir-firefox/jssh_socket.rb', line 54

def stack
  @stack
end