Source code

Revision control

Copy as Markdown

Other Tools

load(libdir + "evalInFrame.js");
[1,2,3,4,5,6,7,8].forEach(
function(x) {
// evalInFrame means lightweight gets call obj
assertEq(evalInFrame(0, "x"), x);
}
);