Searched refs:inspectorObject (Results 1 – 2 of 2) sorted by relevance
106 RefPtr<InspectorObject> inspectorObject = InspectorObject::create(); in v8ToInspectorValue() local120 inspectorObject->setValue(toWebCoreStringWithNullCheck(name), propertyValue); in v8ToInspectorValue()122 return inspectorObject; in v8ToInspectorValue()
146 RefPtr<InspectorObject> inspectorObject = InspectorObject::create(); in jsToInspectorValue() local158 inspectorObject->setValue(String(name.characters(), name.length()), inspectorValue); in jsToInspectorValue()160 return inspectorObject; in jsToInspectorValue()