Searched refs:toJSONString (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorState.cpp68 m_client->updateInspectorStateCookie(m_properties->toJSONString());
H A DInspectorValues.h87 String toJSONString() const;
H A DInspectorValues.cpp551 String InspectorValue::toJSONString() const function in class:WebCore::InspectorValue
H A DCodeGeneratorInspector.pm394 push(@function, " m_inspectorFrontendChannel->sendMessageToFrontend(${functionName}Message->toJSONString());");
500 push(@function, " m_inspectorFrontendChannel->sendMessageToFrontend(responseMessage->toJSONString());");
542 m_inspectorFrontendChannel->sendMessageToFrontend(message->toJSONString());
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-tagcloud.js38 if (!Object.prototype.toJSONString) {
40 Array.prototype.toJSONString = function (w) {
51 if (v && typeof v.toJSONString === 'function') {
52 a.push(v.toJSONString(w));
61 a.push(v.toJSONString());
72 Boolean.prototype.toJSONString = function () {
77 Date.prototype.toJSONString = function () {
93 Number.prototype.toJSONString = function () {
99 Object.prototype.toJSONString = function (w) {
114 if (typeof v.toJSONString
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-tagcloud.js38 if (!Object.prototype.toJSONString) {
40 Array.prototype.toJSONString = function (w) {
51 if (v && typeof v.toJSONString === 'function') {
52 a.push(v.toJSONString(w));
61 a.push(v.toJSONString());
72 Boolean.prototype.toJSONString = function () {
77 Date.prototype.toJSONString = function () {
93 Number.prototype.toJSONString = function () {
99 Object.prototype.toJSONString = function (w) {
114 if (typeof v.toJSONString
[all...]

Completed in 170 milliseconds