Jv.Int
int
properties accessors.
find o p
is find_map to_int 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_int (get o p)
. This is unsafe, only use if you know o
has p
and it is guaranteed to be a JavaScript number.