if (prop < 0) | if (prop < 0) | ||||
throw new RangeError("Index is out of bounds."); | throw new RangeError("Index is out of bounds."); | ||||
return obj.__default_pi[4]; | return obj.__default_pi[4]; | ||||
} | |||||
}, | |||||
set: function(obj, prop, value){ | set: function(obj, prop, value){ | ||||
if (!Utils.isInt(prop)) | if (!Utils.isInt(prop)) |