![]()
No description.
|
code » | ||
![]()
Loads the module by evaluating the javascript text in the current
scope. Uncompiled, base identifiers are visible in the global scope;
when compiled they are visible in the closure of the anonymous
namespace. Notice that this cannot be replaced by the global eval,
because the global eval isn't in the scope of the anonymous
namespace function that the jscompiled code lives in.
Arguments:
|
code » |