// Fetch the verification function from the evaluation context. This function // is used to assert the state of the script/function after each run of the // evaluate function. var checkAfter = ctx.checkAfter || function(ctx) {};
// The generation counter is used to represent environment variations which // might cause the program to run differently, and thus to have a different // set of functions executed.
ctx.global.generation = 0; var res1 = evaluate(code, ctx_save);
checkAfter(ctx);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.