Lines Matching defs:toJSON
88 return jsonObject.stringify({toJSON: Date.prototype.toJSON}); property
92 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return "custo… property
95 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return {}; }}… property
99 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exc… property
380 … preSelf2: {toJSON:function(){cycleTracker+="preSelf2,"; return "preSelf2"}}, method
383 … postSelf2: {toJSON:function(){cycleTracker+="postSelf2,"; return "postSelf2"}}, method
384 … toJSON : function(key) { cycleTracker += key + "("+(typeof key)+"):" + this; return this; } method
398 …var cyclicArray = [{toJSON : function(key,value) { cycleTracker += key + "("+(typeof key)+"):" + t… method
400 …{toJSON : function(key,value) { cycleTracker += key + "("+(typeof key)+"):" + this; cycleTracker +… method
430 return jsonObject.stringify({toJSON:function(){ return undefined; }}); method
433 return jsonObject.stringify({toJSON:function(){ return null; }}); method
436 return jsonObject.stringify([{toJSON:function(){ return undefined; }}]); method
439 return jsonObject.stringify([{toJSON:function(){ return null; }}]); method
442 return jsonObject.stringify({a:{toJSON:function(){ return undefined; }}}); method
445 return jsonObject.stringify({a:{toJSON:function(){ return null; }}}); method
448 return jsonObject.stringify({a:{toJSON:function(){ return function(){}; }}}); method