1 | The function eval(str) evaluates its string argument in the context of the current window |
2 | In NN3.0 and later, eval(...) may be invoked on an arbitrary object (i.e., eval is a genuine method); in this case, its argument is evaluated in the context of that object |