JavaScript::Function - Reference to a JavaScript function |
JavaScript::Function - Reference to a JavaScript function
Functions in JavaScript are actually Function
-objects. This class encapsulates them
and make them invokeable as a code-reference from Perl.
Function
-object.
Instances of this class overloads &{}
which means that you can use the instance as a code-reference
directlly without having to use as_function
.
JavaScript::Function - Reference to a JavaScript function |