Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dclass-syntax-super.js41 callBaseMethod() { return super.baseMethod(); } method in Derived
Dclass-syntax-super-expected.txt8 PASS (new Derived).callBaseMethod() is baseMethodValue
9 PASS x = (new Derived).callBaseMethod; x() is baseMethodValue