Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Djson.js432 var reJSON = /Is callable/; variable
433 reJSON.toJSON = function() { return "has toJSON"; };
438 func, funcJSON, re, reJSON]);