Search results for "module:JavaScript::SpiderMonkey"
JavaScript::SpiderMonkey - Perl interface to the JavaScript Engine
JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey JavaScript Engine. It is different from Claes Jacobsson's "JavaScript.pm" in that it offers two different levels of access: [1] A 1:1 mapping of the SpiderMonkey API to Perl [2] A more ...
TBUSCH/JavaScript-SpiderMonkey-0.25 - 07 Aug 2018 09:42:35 UTC
EJS::Template::JSAdapter::JavaScript::SpiderMonkey
MAHIRO/EJS-Template-0.09
-
30 Apr 2019 04:21:38 UTC
WWW::Scripter::Plugin::JavaScript::SpiderMonkey - SpiderMonkey backend for wspjs
This little module is a bit of duct tape to connect the JavaScript plugin for WWW::Scripter to the SpiderMonkey JavaScript engine via JavaScript.pm. Don't use this module directly. For usage, see WWW::Scripter::Plugin::JavaScript....
SPROUT/WWW-Scripter-Plugin-JavaScript-SpiderMonkey-0.003 - 13 Mar 2011 21:58:40 UTC
JavaScript::Lite - Bare-bones interface to SpiderMonkey ECMAscript API
"JavaScript::Lite" is a bare-bones interface to the SpiderMonkey ECMAscript engine. It aims to provide as little functionality (and therefore as little overhead) as is neccessary to connect perl with ECMAscript. Efficiency is the goal here; the inten...
CRAKRJACK/JavaScript-Lite-0.04 - 15 Jul 2009 20:42:50 UTC
JavaScript::Shell - Run Spidermonkey shell from Perl
JavaScript::Shell will turn Spidermonkey shell to an interactive environment by connecting it to perl With JavaScript::Shell you can bind functions from perl and call them from javascript or create functions in javascript then call them from perl...
MAMOD/JavaScript-Shell-0.02 - 09 Oct 2013 09:46:11 UTC
JavaScript - Perl extension for executing embedded JavaScript
Always thought JavaScript was for web-applications only? well, think again... This modules gives you the power of embedded JavaScript in your Perl applications. You can write your subroutines, classes and so forth in Perl and make them callable from ...
CLAESJAC/JavaScript-1.16 - 20 Feb 2010 22:09:48 UTC
Test::JavaScript - JavaScript Testing Module
Test::JavaScript provides a method of unit testing javascript code from within perl. This module uses the JavaScript::SpiderMonkey package to evaluate JavaScript using the SpiderMonkey JavaScript engine....
KEVINJ/Test-JavaScript-0.06 - 12 Feb 2007 07:36:46 UTC
JavaScript::V8 - Perl interface to the V8 JavaScript engine
ETJ/JavaScript-V8-0.11
-
19 Dec 2022 00:46:06 UTC
JavaScript::Context - An object in which we can execute JavaScript
CLAESJAC/JavaScript-1.16
-
20 Feb 2010 22:09:48 UTC
JavaScript::QuickJS - Run JavaScript via QuickJS in Perl
This library embeds Fabrice Bellard’s QuickJS <https://bellard.org/quickjs> engine into a Perl XS module. You can thus run JavaScript (ES2020 <https://tc39.github.io/ecma262/> specification) directly in your Perl programs. This distribution includes ...
FELIPE/JavaScript-QuickJS-0.17 - 12 Jan 2023 20:35:04 UTC
WWW::Scripter::Plugin::JavaScript - JavaScript plugin for WWW::Scripter
This module is a plugin for WWW::Scripter that provides JavaScript capabilities (who would have guessed?). To load the plugin, just use WWW::Scripter's "use_plugin" method: $w = new WWW::Scripter; $w->use_plugin('JavaScript'); You can pass options to...
SPROUT/WWW-Scripter-Plugin-JavaScript-0.009 - 12 Jun 2016 20:43:29 UTC