Home
last modified time | relevance | path

Searched refs:testConstr1 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/jscript/
H A Dlang.js368 function testConstr1() { class
374 ok(arguments.callee === testConstr1, "arguments.calee !== testConstr1");
379 testConstr1.prototype.pvar = 1;
380 ok(testConstr1.prototype.constructor === testConstr1, "testConstr1.prototype.constructor !== testCo…
382 var obj2 = new testConstr1(true);
384 ok(obj2.constructor === testConstr1, "unexpected obj2.constructor");
388 testConstr1.prototype.pvar = 2;
392 testConstr1.prototype.pvar = 1;