Function
builds a function from a text snippet, which represents a valid JS 1.7 list comprehension, returns a string, which represents the function.
This method returns a textual representation of a function built from the list comprehension text snippet (conformant to JS 1.7). It is meant to be evaled in the proper context, so local variable can be pulled from the environment.
String
Function
builds a function from a text snippet, which represents a valid JS 1.7 list comprehension, returns a function object.
This method returns a function built from the list comprehension text snippet (conformant to JS 1.7). It is meant to be reused several times.
Function
Function
executes the list comprehension building an array.
Array
Object
Object
Object