D | InspectorController.cpp | 135 return callFunction(context, thisObject, functionName, 0, 0, exception); in callSimpleFunction() 138 JSValueRef InspectorController::callFunction(JSContextRef context, JSObjectRef thisObject, const ch… in callFunction() function in WebCore::InspectorController 1284 callFunction(m_scriptContext, m_scriptObject, "updateFocusedNode", 1, &arg0, exception); in focusNode() 1387 …callFunction(m_scriptContext, m_scriptObject, "setRecordingProfile", 1, &isProvingValue, exception… in toggleRecordButton() 1455 … callFunction(m_scriptContext, m_scriptObject, "setAttachedWindow", 1, &attachedValue, exception); in setAttachedWindow() 1515 callFunction(m_scriptContext, m_scriptObject, "inspectedWindowCleared", 1, &arg0, exception); in inspectedWindowScriptObjectCleared() 1876 …callFunction(m_scriptContext, m_scriptObject, "addResource", 1, &resource->scriptObject, exception… in addScriptResource() 1915 callFunction(m_scriptContext, m_scriptObject, "removeResource", 1, &scriptObject, exception); in removeScriptResource() 2164 callFunction(m_scriptContext, m_scriptObject, "addDatabase", 1, &result, exception); in addDatabaseScriptResource() 2190 callFunction(m_scriptContext, m_scriptObject, "removeDatabase", 1, &scriptObject, exception); in removeDatabaseScriptResource() [all …]
|