debian man page for je::object::error::referenceerror

Query: je::object::error::referenceerror

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

JE::Object::Error::ReferenceError(3pm)			User Contributed Perl Documentation		    JE::Object::Error::ReferenceError(3pm)

NAME
JE::Object::Error::ReferenceError - JavaScript ReferenceError object class
SYNOPSIS
use JE::Object::Error::ReferenceError; # Somewhere in code called by an eval{} die new JE::Object::Error::ReferenceError $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'ReferenceError' "$@"; # 'ReferenceError: ' plus the error message
DESCRIPTION
This class implements JavaScript ReferenceError objects for JE.
METHODS
See JE::Types and JE::Object::Error.
SEE ALSO
JE JE::Types JE::Object JE::Object::Error perl v5.14.2 2012-03-18 JE::Object::Error::ReferenceError(3pm)
Related Man Pages
cache::object(3pm) - debian
gstreamer::object(3pm) - debian
gtk2::gdk::pixbufloader(3pm) - debian
je::lvalue(3pm) - debian
rose::object(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?