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

Method toPrimitive

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

Source from the content-addressed store, hash-verified

101 }
102
103 public static Object toPrimitive(ExecutionContext context, Object o) {
104 return toPrimitive(context, o, null);
105 }
106
107 public static Object toPrimitive(ExecutionContext context, Object o, String preferredType) {
108 // 9.1

Callers 8

interpretMethod · 0.95
toNumberMethod · 0.95
toStringMethod · 0.95
compareRelationalMethod · 0.95
compareEqualityMethod · 0.95
callMethod · 0.95
callMethod · 0.95
visitPlusMethod · 0.95

Calls 1

defaultValueMethod · 0.65

Tested by

no test coverage detected