Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ length
Method
length
src/main/java/org/dynjs/runtime/DynArray.java:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
public
long length() {
114
return
Types.toInt32(null, this.get(null,
"length"
));
115
}
116
117
protected
boolean isArrayIndex(ExecutionContext context, String name) {
118
return
name.equals(Types.toUint32(context, name).toString());
Callers
15
coerceToObject
Method · 0.95
coerceToBoolean
Method · 0.95
coerceToByte
Method · 0.95
coerceToChar
Method · 0.95
coerceToDouble
Method · 0.95
coerceToFloat
Method · 0.95
coerceToInt
Method · 0.95
coerceToLong
Method · 0.95
coerceToShort
Method · 0.95
testBasics
Method · 0.80
newToken
Method · 0.80
identifierOrReservedWord
Method · 0.80
Calls
2
toInt32
Method · 0.95
get
Method · 0.65
Tested by
1
testBasics
Method · 0.64