MCPcopy Create free account
hub / github.com/dynjs/dynjs / setFileName

Method setFileName

src/main/java/org/dynjs/parser/js/Lexer.java:62–68  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

60 }
61
62 public void setFileName(String fileName) {
63 if (fileName == null) {
64 this.fileName = "<eval>";
65 } else {
66 this.fileName = fileName;
67 }
68 }
69
70 public String getFileName() {
71 return this.fileName;

Callers 2

parseMethod · 0.95
parseFunctionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected