realm-js/lib
Scott Kyle 0055d0510c Make List objects work with Object.keys in Chrome
Rather than using Object.preventExtensions to throw exceptions when setting any out-of-bounds index, we must instead compromise by only throwing for the common cases, which are -1 and list.length. Having Object.keys() support is essential for List to work with React Native ListViewDataSource.

Resolves #80
2015-10-21 13:11:41 -07:00
..
.eslintrc Initial concept of JS for Chrome debugging 2015-10-01 22:56:47 -07:00
constants.js Move all constants into a single JS file 2015-10-19 16:19:43 -07:00
index.js partial rpc server implemenation 2015-10-06 13:36:56 -06:00
lists.js Make List objects work with Object.keys in Chrome 2015-10-21 13:11:41 -07:00
notifications.js Move all constants into a single JS file 2015-10-19 16:19:43 -07:00
objects.js Move all constants into a single JS file 2015-10-19 16:19:43 -07:00
package.json Initial concept of JS for Chrome debugging 2015-10-01 22:56:47 -07:00
realm.js Fix crash when reloading app during Chrome debugging 2015-10-20 15:10:52 -07:00
results.js Move all constants into a single JS file 2015-10-19 16:19:43 -07:00
rpc.js Fix crash when reloading app during Chrome debugging 2015-10-20 15:10:52 -07:00
util.js Make List objects work with Object.keys in Chrome 2015-10-21 13:11:41 -07:00