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

Method isArrayIndex

src/main/java/org/dynjs/runtime/DynArray.java:117–119  ·  view source on GitHub ↗
(ExecutionContext context, String name)

Source from the content-addressed store, hash-verified

115 }
116
117 protected boolean isArrayIndex(ExecutionContext context, String name) {
118 return name.equals(Types.toUint32(context, name).toString());
119 }
120
121}

Callers 1

defineOwnPropertyMethod · 0.95

Calls 2

toUint32Method · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected