Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dclass-syntax-super.js28 var baseMethodValue = {}; variable
33 baseMethod() { return baseMethodValue; }
Dclass-syntax-super-expected.txt8 PASS (new Derived).callBaseMethod() is baseMethodValue
9 PASS x = (new Derived).callBaseMethod; x() is baseMethodValue
10 PASS (new Derived).callBaseMethodInGetter is baseMethodValue
11 PASS (new Derived).callBaseMethodInSetter = 1; valueInSetter is baseMethodValue