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

/external/webkit/LayoutTests/fast/js/resources/
H A Djson2-es5-compat.js2 http://www.JSON.org/json2.js
9 See http://www.JSON.org/js.html
11 This file creates a global JSON object containing two methods: stringify
14 JSON.stringify(value, replacer, space)
28 This method produces a JSON text from a JavaScript value.
65 Values that do not have JSON representations, such as undefined or
68 a replacer function to replace those with JSON values.
69 JSON.stringify(undefined) returns undefined.
81 text = JSON.stringify(['e', {pluribus: 'unum'}]);
85 text = JSON
[all...]
/external/webkit/PerformanceTests/SunSpider/hosted/
H A Djson2.js2 http://www.JSON.org/json2.js
9 See http://www.JSON.org/js.html
19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
36 This method produces a JSON text from a JavaScript value.
73 Values that do not have JSON representations, such as undefined or
76 a replacer function to replace those with JSON values.
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON
[all...]
/external/v8/src/
H A Djson.js28 var $JSON = global.JSON;
336 InstallFunctions($JSON, DONT_ENUM, $Array(
H A Dd8.js98 JSON: 2 };
133 // Process a debugger JSON message into a display text and a running status.
140 // Convert the JSON string to an object.
284 // Converts a text command to a JSON request.
295 // If the very first character is a { assume that a JSON request have been
296 // entered as a command. Converting that to a JSON request is trivial.
490 // Return undefined to indicate command handled internally (no JSON).
498 // Return undefined to indicate command handled internally (no JSON).
583 // Create a JSON request for the evaluation command.
625 // Create a JSON reques
[all...]
H A Ddebug-debugger.js67 JSON: 2 };
1033 return JSON.stringify(ObjectToProtocolObject_(o));
1323 return JSON.stringify(json);
1337 // Convert the JSON string to an object.
1458 // Return the response as a JSON encoded string.
2492 * may be serilized to a JSON object using JSON.stringify().

Completed in 126 milliseconds