toJSONString 724 Source/core/dom/Node.cpp "data", jsonObjectForStyleInvalidation(nodeCount, this)->toJSONString().ascii() toJSONString 649 Source/core/frame/csp/ContentSecurityPolicy.cpp String stringifiedReport = reportObject->toJSONString(); toJSONString 94 Source/core/html/parser/XSSAuditorDelegate.cpp return FormData::create(reportObject->toJSONString().utf8().data()); toJSONString 1033 Source/core/inspector/InspectorDebuggerAgent.cpp String newValueString = newValue->toJSONString(); toJSONString 652 Source/core/inspector/InspectorOverlay.cpp overlayPage()->mainFrame()->script().executeScriptInMainWorld("dispatch(" + command->toJSONString() + ")", ScriptController::ExecuteScriptWhenScriptsDisabled); toJSONString 660 Source/core/inspector/InspectorOverlay.cpp overlayPage()->mainFrame()->script().executeScriptInMainWorld("dispatch(" + command->toJSONString() + ")", ScriptController::ExecuteScriptWhenScriptsDisabled); toJSONString 97 Source/core/inspector/InspectorRuntimeAgent.cpp arguments = (*optionalArguments)->toJSONString(); toJSONString 168 Source/core/inspector/InspectorState.cpp m_client->updateInspectorStateCookie(m_stateObject->toJSONString()); toJSONString 190 Source/core/inspector/InspectorWorkerAgent.cpp channel->proxy()->sendMessageToInspector(message->toJSONString()); toJSONString 67 Source/core/inspector/WorkerInspectorController.cpp m_workerGlobalScope->thread()->workerReportingProxy().postMessageToPageInspector(message->toJSONString()); toJSONString 164 Source/core/testing/Internals.cpp InspectorClient::doDispatchMessageOnFrontendPage(m_frontendPage, message->toJSONString()); toJSONString 31 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp host.sendMessageToEmbedder(message->toJSONString()); toJSONString 451 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp .setKey(idbCursor->key(context).toJSONValue(scriptState)->toJSONString()) toJSONString 452 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp .setPrimaryKey(idbCursor->primaryKey(context).toJSONValue(scriptState)->toJSONString()) toJSONString 453 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp .setValue(idbCursor->value(context).toJSONValue(scriptState)->toJSONString()); toJSONString 85 Source/platform/JSONValues.h String toJSONString() const; toJSONString 41 Source/platform/graphics/GraphicsLayerDebugInfo.cpp *out = jsonObject->toJSONString(); toJSONString 617 Source/web/WebDevToolsAgentImpl.cpp m_client->sendMessageToInspectorFrontend(m_frontendMessageQueue[i]->toJSONString());