Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
defineOwnProperty
Method · 0.95
Calls
2
toUint32
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected