Lines Matching refs:JSON

208         logger.message("StringComparator.compare:currentValue: " + JSON.stringify(currentValue));
209 logger.message("StringComparator.compare:storedValue: " + JSON.stringify(storedValue));
210 logger.message("StringComparator.compare:config: " + JSON.stringify(config));
248 logger.message("ScreenComparator.compare:currentValue: " + JSON.stringify(currentValue));
249 logger.message("ScreenComparator.compare:storedValue: " + JSON.stringify(storedValue));
250 logger.message("ScreenComparator.compare:config: " + JSON.stringify(config));
294 logger.message("MultiValueComparator.compare:currentValue: " + JSON.stringify(currentValue));
295 logger.message("MultiValueComparator.compare:storedValue: " + JSON.stringify(storedValue));
296 logger.message("MultiValueComparator.compare:config: " + JSON.stringify(config));
364 logger.message("UserAgentComparator.compare:currentValue: " + JSON.stringify(currentValue));
365 logger.message("UserAgentComparator.compare:storedValue: " + JSON.stringify(storedValue));
366 logger.message("UserAgentComparator.compare:config: " + JSON.stringify(config));
397 logger.message("GeolocationComparator.compare:currentValue: " + JSON.stringify(currentValue));
398 logger.message("GeolocationComparator.compare:storedValue: " + JSON.stringify(storedValue));
399 logger.message("GeolocationComparator.compare:config: " + JSON.stringify(config));
735 logger.message("Selected profile: " + JSON.stringify(selectedProfile) +
751 vals.push(JSON.stringify(devicePrintProfiles[i]));
792 profile = JSON.parse(iter.next());
799 logger.message("stored non-expired profiles: " + JSON.stringify(results));
806 devicePrint = JSON.parse(clientScriptOutputData),
818 sharedState.put('devicePrintProfile', JSON.stringify(devicePrint));