Changes for version 1.07
- Makefile.PL should abort with exit code 0 if conditions are not met instead of exit code 1.
- Don't increase refcount for object originating from Perl (James Duncan).
- Make bind_value croak if trying to rebind an already existing property.
- bind_value (object|function) will now throw an error if the target already exists. [rt.cpan.org #35572]
- Added unbind_value to remove objects, functions and value from the context. [rt.cpan.org #35572]
- Fix longtime memory leak caused by decreasing refcount on RV instead of on the SV the RV references. [rt.cpan.org #35571]
Modules
Perl extension for executing embedded JavaScript
Encapsulates a JavaScript object in order to keep track of memory
An object in which we can execute JavaScript
Encapsulates errors thrown from JavaScript
Reference to a JavaScript function
Pre-compiled JavaScript
test javascript code