Searched defs:str37 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Djson.js365 var str37 = new String("bar");
366 str37.toString = "not callable";
367 str37.valueOf = function() { return 37; };
385 strFoo, str37, strTrue,

Completed in 54 milliseconds