public abstract class JS5Function extends JSFunction implements JS5FunctionFunctions
hasOwnPropertyconstructor, length, prototype| Constructor and Description |
|---|
JS5Function(JSString argument_names,
JSString body)
Object Function(argument_names..., body)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindapply, callhasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JS5Function(JSString argument_names, JSString body)
argument_names - Any number of string arguments, each naming one or more arguments of the Function object to be created.body - A string that represents the body of the function. It may contain an number of JavaScript statements, separated by semicolons.