Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dclass-syntax-expression-expected.txt10 PASS (new A).someInstanceMethod() is instanceMethodValue
30 PASS x = class { constructor() {} prototype() { return instanceMethodValue; } } did not throw exce…
31 …s { constructor() {} prototype() { return instanceMethodValue; } }; (new x).prototype() is instanc…
Dclass-syntax-declaration.js30 const instanceMethodValue = [2]; variable
38 someInstanceMethod() { return instanceMethodValue; }
Dclass-syntax-expression.js30 const instanceMethodValue = [2]; variable
38 someInstanceMethod() { return instanceMethodValue; }
Dclass-syntax-declaration-expected.txt10 PASS (new A).someInstanceMethod() is instanceMethodValue
32 PASS class X { constructor() {} prototype() { return instanceMethodValue; } } did not throw excepti…
33 …X { constructor() {} prototype() { return instanceMethodValue; } }; (new X).prototype() is instanc…