Searched refs:jsonObj (Results 1 – 3 of 3) sorted by relevance
226 const jsonObj = JSON.parse(txtRes); constant228 let fnc = jsonObj.function;234 startPosition: jsonObj.sourcePosition,235 endPosition: jsonObj.sourcePosition + jsonObj.source.length,236 sourceText: jsonObj.source,241 sourceResolver.setInlinings(jsonObj.inlinings);242 sourceResolver.setSourceLineToBytecodePosition(jsonObj.sourceLineToBytecodePosition);243 sourceResolver.setSources(jsonObj.sources, fnc)244 sourceResolver.setNodePositionMap(jsonObj.nodePositions);245 sourceResolver.parsePhases(jsonObj.phases);[all …]
116 for (JSONObject jsonObj : selectedSet) { in getSelectedHostIds()117 ids.set(ids.size(), jsonObj.get("id")); in getSelectedHostIds()
128 for(JSONObject jsonObj : selectedSet) { in abortSelectedJobs()129 ids.set(ids.size(), jsonObj.get("id")); in abortSelectedJobs()