Home
last modified time | relevance | path

Searched defs:toJSON (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/mjsunit/
Djson.js50 var d1 = {toJSON: Date.prototype.toJSON, property
54 var d2 = {toJSON: Date.prototype.toJSON, property
59 var d3 = {toJSON: Date.prototype.toJSON, property
66 var d4 = {toJSON: Date.prototype.toJSON, property
72 var d5 = {toJSON: Date.prototype.toJSON, property
78 var d6 = {toJSON: Date.prototype.toJSON, property
82 var d7 = {toJSON: Date.prototype.toJSON, property
231 assertEquals("false", JSON.stringify({toJSON: function () { return false; }})); method
278 checker.toJSON = function(key) { return 1 + key; }; function
375 funcJSON.toJSON = function() { return "has toJSON"; }; function
[all …]
/external/webkit/PerformanceTests/SunSpider/hosted/
Djson2.js175 Date.prototype.toJSON = function (key) { method in Date
186 String.prototype.toJSON = method in String
187 Number.prototype.toJSON = method in Number
188 Boolean.prototype.toJSON = function (key) { method in Boolean
/external/webkit/LayoutTests/fast/js/resources/
DJSON-stringify.js88 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
384toJSON : 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
[all …]
Djson2-es5-compat.js173 Date.prototype.toJSON = function (key) { method in Date
/external/chromium-trace/trace-viewer/src/
Dtimeline_async_slice_group.js29 toJSON: function() { method in TimelineAsyncSlice
/external/webkit/Source/JavaScriptCore/runtime/
DJSONObject.cpp320 inline JSValue Stringifier::toJSON(JSValue value, const PropertyNameForFunctionCall& propertyName) in toJSON() function in JSC::Stringifier
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js124 toJSON: function(object) { method
261 Date.prototype.toJSON = function() { method in Date
914 toJSON: function() { method
985 toJSON: function() { method
Dconcat-jquery-mootools-prototype.js7329 toJSON: function(){ method
8503 toJSON: function(object) { method
8640 Date.prototype.toJSON = function() { method in Date
9293 toJSON: function() { method
9364 toJSON: function() { method
Dmootools-1.2.2-core-nc.js2953 toJSON: function(){ method
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dprocess.js294 toJSON: function() { method in Scope
/external/chromium-trace/
Dscript.js72 …slices=[]}var a=tracing.TimelineSlice;e.prototype={__proto__:a.prototype,toJSON:function(){for(var… method in e