Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dclass-constructor-return-expected.txt38 PASS (new FunctionReturnString) instanceof FunctionReturnString is true
39 PASS typeof (new FunctionReturnString) !== "string" is true
Dclass-constructor-return.js88 function FunctionReturnString() { return "test"; }; class