Class JS5Function

    • Constructor Detail

      • JS5Function

        public JS5Function​(JSString argument_names,
                           JSString body)
        Object Function(argument_names..., body)
        Parameters:
        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.
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.