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

Method getFileName

src/main/java/org/dynjs/ir/IRJSFunction.java:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 public String getFileName() {
57 return scope.getFileName();
58 }
59
60 // FIXME: Not sure but constructor is likely a different beast than IRJSFunction
61 public boolean isConstructor() {

Callers 1

compileMethod · 0.95

Calls 1

getFileNameMethod · 0.65

Tested by

no test coverage detected