Skip to content

Array implementation with ECMAScript Harmony proxies

Notifications You must be signed in to change notification settings

tvcutsem/ProxyArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on David Bruant's self-hosted implementation of Arrays in Javascript using Proxies, this little experiment extends Proxies with Fixed Properties, as per this strawman.

It then goes on to show that Arrays can still be self-hosted, even with Proxies with Fixed Properties.

The Array's writable:true, configurable:false "length" property can be faithfully emulated.

About

Array implementation with ECMAScript Harmony proxies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published