Jv.Int32
int32
object properties.
find o p
is find_map to_int32 o p
. This is unsafe, only use if you know that if o
defines p
it is guaranteed to be a JavaScript number.
get o p
is to_int32 (get o p)
. This is unsafe, only use if you know o
has p
and it is guaranteed to be a JavaScript number.