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

Method getValue

src/main/java/org/dynjs/runtime/Types.java:395–400  ·  view source on GitHub ↗
(ExecutionContext context, Object o)

Source from the content-addressed store, hash-verified

393 }
394
395 public static Object getValue(ExecutionContext context, Object o) {
396 if (o instanceof Reference) {
397 return ((Reference) o).getValue(context);
398 }
399 return o;
400 }
401
402 private static Pattern EXP_PATTERN = Pattern.compile("^(.*)e([+-])([0-9]+)$");
403 public static String toString(ExecutionContext context, Object o) {

Callers 12

executeMethod · 0.95
typeofMethod · 0.95
getValueMethod · 0.95
defineOwnPropertyMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
constructMethod · 0.45
callMethod · 0.45
defineOwnPropertyMethod · 0.45
executeMethod · 0.45
defineOwnPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected