Searched refs:baseMethodValue (Results 1 – 2 of 2) sorted by relevance
28 var baseMethodValue = {}; variable33 baseMethod() { return baseMethodValue; }
8 PASS (new Derived).callBaseMethod() is baseMethodValue9 PASS x = (new Derived).callBaseMethod; x() is baseMethodValue10 PASS (new Derived).callBaseMethodInGetter is baseMethodValue11 PASS (new Derived).callBaseMethodInSetter = 1; valueInSetter is baseMethodValue