The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.024

  • Changed the dependency on constant::private to constant::lexical, since that module has been renamed. Bug fixes: • String.length is now 1, not 0. • String.prototype.charAt and .charCodeAt no longer warn and behave incorrectly when passed something other than a number. • String.prototype.match and .search no longer die when passed null or undefined. • The index property of arrays returned by String.prototype .match and RegExp.prototype.exec is now a number, and no longer a string. • Fixed an obscure bug in the date module’s daylight saving adjustment which would sometimes use the wrong year. • str.indexOf('', num), where num > str.length, no longer returns num in perl 5.10.0, but str.length, as it should.

Documentation

JavaScript types and objects

Modules

JE
Pure-Perl ECMAScript (JavaScript) Engine
JavaScript boolean value
ECMAScript parser and code executor for JE
JavaScript lvalue class
JavaScript null value
JavaScript number value
Base class for all JavaScript objects
JavaScript Array object class
JavaScript Boolean object class
JavaScript Date object class
JavaScript Error object class
JavaScript RangeError object class
JavaScript ReferenceError object class
JavaScript SyntaxError object class
JavaScript TypeError object class
JavaScript URIError object class
JavaScript function class
JavaScript Math object
JavaScript Number object class
JS wrapper for Perl objects
JavaScript regular expression (RegExp object) class
JavaScript String object class
Framework for customising JE's parser
JavaScript scope chain (what makes closures work)
JavaScript string value
JavaScript undefined value
This module is solely for JE's private use.
Pure-Perl ECMAScript (JavaScript) engine

Provides

in lib/JE/Code.pm
in lib/JE/Code.pm
in lib/JE/Code.pm
in lib/JE/Code.pm
in lib/JE/Object/Function.pm
in lib/JE/Object/Function.pm
in lib/JE/Object/Proxy.pm