Home
last modified time | relevance | path

Searched refs:fileLocation (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncDoclocation.java49 String fileLocation = null; in execute() local
63 fileLocation = dtm.getDocumentBaseURI(); in execute()
69 return new XString((null != fileLocation) ? fileLocation : ""); in execute()
/external/v8/src/js/
Dmessages.js397 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 + ")";