Searched refs:fileLocation (Results 1 – 2 of 2) sorted by relevance
49 String fileLocation = null; in execute() local63 fileLocation = dtm.getDocumentBaseURI(); in execute()69 return new XString((null != fileLocation) ? fileLocation : ""); in execute()
397 var fileLocation = "";399 fileLocation = "native";403 fileLocation = this.getEvalOrigin();404 fileLocation += ", "; // Expecting source position to follow.408 fileLocation += fileName;413 fileLocation += "<anonymous>";417 fileLocation += ":" + lineNumber;420 fileLocation += ":" + columnNumber;451 line += fileLocation;455 line += " (" + fileLocation + ")";