Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dclass-constructor-return-expected.txt34 PASS (new FunctionReturnObject) instanceof FunctionReturnObject is false
35 PASS typeof (new FunctionReturnObject) === "object" is true
36 PASS (new FunctionReturnObject2) instanceof FunctionReturnObject is false
Dclass-constructor-return.js86 function FunctionReturnObject() { return {a:1}; }; class