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

Method pushLoadPath

src/main/java/org/dynjs/runtime/builtins/Require.java:116–119  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

114 }
115
116 public void pushLoadPath(String path) {
117 this.loadPaths.push(path);
118 this.put("paths", loadPaths);
119 }
120
121 @Override
122 public Object call(ExecutionContext context, Object self, Object... arguments) {

Callers 2

callMethod · 0.95
requireSpec.jsFile · 0.80

Calls 2

pushMethod · 0.80
putMethod · 0.65

Tested by

no test coverage detected