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

Method createNormal

src/main/java/org/dynjs/runtime/Completion.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public static Completion createNormal() {
23 return new Completion(Type.NORMAL, null, null);
24 }
25
26 public static Completion createNormal(Object value) {
27 return new Completion(Type.NORMAL, value, null);

Callers 15

executeMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected