JE::Undefined - JavaScript undefined value


JE documentation  | view source Contained in the JE distribution.

Index


NAME

Top

JE::Undefined - JavaScript undefined value

SYNOPSIS

Top

  use JE;

  $j = new JE;

  $js_undefined = $j->undef;

  $js_undefined->value; # undef

DESCRIPTION

Top

This class implements the JavaScript "undefined" type. There really isn't much to it.

Undefined stringifies to 'undefined', and is false as a boolean.

SEE ALSO

Top

JE::Types
JE::Null
JE

JE documentation  | view source Contained in the JE distribution.