Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Djson.js374 var funcJSON = function() { /* Is callable */ }; function
375 funcJSON.toJSON = function() { return "has toJSON"; };
386 func, funcJSON, re, reJSON]));
/external/chromium_org/v8/test/mjsunit/
Djson.js420 var funcJSON = function() { /* Is callable */ }; function
421 funcJSON.toJSON = function() { return "has toJSON"; };
431 func, funcJSON, re, reJSON]);