Functiondojox.lang.functional.buildListcomp

dojo.require("dojox.lang.functional.listcomp");
defined in dojox/lang/functional/listcomp.js

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.

Usage

function (/*String*/ s) (view source)
parametertypedescription
sString