Searched refs:instanceMethodValue (Results 1 – 4 of 4) sorted by relevance
10 PASS (new A).someInstanceMethod() is instanceMethodValue30 PASS x = class { constructor() {} prototype() { return instanceMethodValue; } } did not throw exce…31 …s { constructor() {} prototype() { return instanceMethodValue; } }; (new x).prototype() is instanc…
30 const instanceMethodValue = [2]; variable38 someInstanceMethod() { return instanceMethodValue; }
10 PASS (new A).someInstanceMethod() is instanceMethodValue32 PASS class X { constructor() {} prototype() { return instanceMethodValue; } } did not throw excepti…33 …X { constructor() {} prototype() { return instanceMethodValue; } }; (new X).prototype() is instanc…