The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CREDITS
Changes
JSPL.spec
JS.h
JS.xs
Object.xs
PerlClass.xs
Timeout.xs
TrapHandler.xs
Script.xs
Opcode.xs
MANIFEST
META.yml
Makefile.PL
PJS_Call.c
PJS_Call.h
PJS_Common.h
PJS_Context.c
PJS_Context.h
PJS_Exceptions.c
PJS_Exceptions.h
PJS_PerlArray.c
PJS_PerlArray.h
PJS_PerlHash.c
PJS_PerlHash.h
PJS_PerlPackage.c
PJS_PerlPackage.h
PJS_PerlSub.c
PJS_PerlSub.h
PJS_PerlScalar.c
PJS_PerlScalar.h
PJS_Reflection.c
PJS_Reflection.h
PJS_Types.h
README
TODO
dev_tests/PerlArray.pl
dev_tests/bad_eval.pl
dev_tests/bind_value.pl
dev_tests/contexts.pl
dev_tests/cx_leaktest.pl
dev_tests/function_return.pl
dev_tests/leaktest.pl
dev_tests/memory_consumption.pl
dev_tests/refs.pl
dev_tests/returns.pl
dev_tests/roundtrip.pl
dev_tests/error.pl
lib/JSPL.pm
lib/JSPL/Array.pm
lib/JSPL/Boolean.pm
lib/JSPL/Boxed.pm
lib/JSPL/Context.pm
lib/JSPL/Context/Timeout.pm
lib/JSPL/Controller.pm
lib/JSPL/Error.pm
lib/JSPL/Function.pm
lib/JSPL/Object.pm
lib/JSPL/PerlClass.pm
lib/JSPL/Runtime.pm
lib/JSPL/Script.pm
lib/JSPL/Stash.pm
lib/JSPL/Visitor.pm
lib/JSPL/TrapHandler.pm
lib/JSPL/Tweaks.pod
lib/JSPL/Tweaks/IO/Handle.js
lib/JSPL/SM/Opcode.pm
lib/JSPL/SM/ByteCode.pm
lib/JSPL/Runtime/Stock.pm
lib/JSPL/Runtime/CommonJS.pm
lib/PerlArray.pod
lib/PerlHash.pod
lib/PerlObject.pod
lib/PerlScalar.pod
lib/PerlSub.pod
t/00-init.t
t/01-types-from-js.t
t/02-types-from-perl.t
t/03-call.t
t/04-prototypes.t
t/05-deep-assign.t
t/06-bind-object.t
t/07-eval-file.js
t/07-eval-file.t
t/08-can.t
t/09-script.t
t/10-round-trip.t
t/11-recursive.t
t/12-destroy.t
t/14-roundtrip-function.t
t/15-function.t
t/16-object.t
t/17-null.t
t/18-interrupt-handler.t
t/19-engine-version.t
t/20-bind-class.t
t/21-branch-handler.t
t/22-string-attributes.t
t/23-unicode.t
t/26-e4x.t
t/27-supports.t
t/29-exceptions.t
t/30-refcount.t
t/31-version.t
t/32-perlarray.t
t/33-perlhash.t
t/34-options.t
t/35-regexp.t
t/36-generator.t
t/38-perlscalar.t
t/40-controller.t
t/41-files.t
t/42-this.t
t/43-timeouts.t
t/99-bottles-of-beer.t
t/lib/DummyClass.pm
t/pod-coverage.t
t/pod.t
t/error.js
t/sample1.js
typemap
bin/jspl
utils/testjs.c
examples/database.js
examples/helloworld.js
examples/sdl-objetized.js
examples/sdl.js
examples/appwindow.js
examples/gtk2.js
examples/gtk2.pl
examples/posix-fds.js
examples/test_more.js
Migrating_from_JavaScript.txt