The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
lib/JavaScript/Engine.pm
lib/JE/_FieldHash.pm
lib/JE/Boolean.pm
lib/JE/Code.pm
lib/JE/Destroyer.pm
lib/JE/escape.pl
lib/JE/LValue.pm
lib/JE/Null.pm
lib/JE/Number.pm
lib/JE/Object/Array.pm
lib/JE/Object/Boolean.pm
lib/JE/Object/Date.pm
lib/JE/Object/Error/RangeError.pm
lib/JE/Object/Error/ReferenceError.pm
lib/JE/Object/Error/SyntaxError.pm
lib/JE/Object/Error/TypeError.pm
lib/JE/Object/Error/URIError.pm
lib/JE/Object/Error.pm
lib/JE/Object/Function.pm
lib/JE/Object/Math.pm
lib/JE/Object/Number/maxvalue.pl
lib/JE/Object/Number.pm
lib/JE/Object/Proxy.pm
lib/JE/Object/RegExp.pm
lib/JE/Object/String.pm
lib/JE/Object.pm
lib/JE/Parser.pm
lib/JE/Scope.pm
lib/JE/String.pm
lib/JE/toperl.pl
lib/JE/Types.pod
lib/JE/Undefined.pm
lib/JE.pm
Makefile.PL
MANIFEST
README
stuff/codedumper
stuff/README
t/07.09-semicolon-insertion.t
t/08.06.01-attributes.t
t/08.06.02-internal-properties.t
t/08.07-reference-type.t
t/09-type-conversion.t
t/10.01-execution-context-definitions.t
t/10.02-entering-execution-contexts.t
t/11.01-primary-expressions.t
t/11.02-left-expressions.t
t/11.03-postfix.t
t/11.04-unary.t
t/11.05-multiplicative.t
t/11.06-additive.t
t/11.07-bitshift.t
t/11.08-relational.t
t/11.09-equality.t
t/11.10-binbit.t
t/11.11-logical.t
t/11.12-conditional.t
t/11.13-assign.t
t/11.14-comma.t
t/12-statements.t
t/13-functions.t
t/15.01-global-object.t
t/15.01.01-global-vars.t
t/15.01.02-global-functions.t
t/15.01.03-uri-functions.t
t/15.02-objects.t
t/15.03-function-objects.t
t/15.04-array-objects.t
t/15.05-string-objects.t
t/15.05-match.t
t/15.05-search.t
t/15.06-boolean-objects.t
t/15.07-number-objects.t
t/15.08-math.t
t/15.09-dates.t
t/15.10-regexp-objects.t
t/15.11-error-objects.t
t/B.01-octals.t
t/B.02-additional-stuff.t
t/bind_class.t
t/je-boolean.t
t/je-code.t
t/je-lvalue.t
t/je-null.t
t/je-number.t
t/je-object-array.t
t/je-object-boolean.t
t/je-object-function.t
t/je-object-number.t
t/je-object-string.t
t/je-object.t
t/je-parser.t
t/je-scope.t
t/je-string.t
t/je.t
t/json.t
t/jstest.pl
t/misc.t
t/non-ecma.t
t/parse00-strings.t
t/parse00.1-long_strings.t
t/parse01-decimals.t
t/parse02-hexadecimals.t
t/parse03-identifiers.t
t/parse04-params.t
t/parse05-functions.t
t/parse06-booleans.t
t/parse07-null.t
t/parse08-regexps.t
t/parse09-array-literals.t
t/parse10-object-literals.t
t/parse11-subscripts.t
t/parse12-arguments.t
t/parse13-left-expr.t
t/parse14-unary.t
t/parse15-multiplicative.t
t/parse16-additive.t
t/parse17-bitshift.t
t/parse18-relational.t
t/parse19-equality.t
t/parse20-bitwise-and.t
t/parse21-bitwise-or.t
t/parse22-bitwise-xor.t
t/parse23-logical-and-or.t
t/parse24-assign-conditional.t
t/parse25-comma.t
t/parse26-var.t
t/parse27-for.t
t/parse28-block.t
t/parse29-empty-statement.t
t/parse30-if.t
t/parse31-while.t
t/parse32-with.t
t/parse33-switch.t
t/parse34-try.t
t/parse35-labelled-continue-break.t
t/parse36-do.t
t/parse37-return-throw.t
t/parse38-empty.t
t/parse39-format-chars.t
t/parse40-white-space.t
t/test.pl
META.yml                                 Module meta-data (added by MakeMaker)