domenic / zones

Former home of the zones proposal for JavaScript
205 stars 13 forks source link

Write up a doc specifically about what the VM-level primitives are #8

Open domenic opened 8 years ago

domenic commented 8 years ago

It's implicit in the spec, but they're basically: assignable per-realm [[CurrentZone]] getter/setter. And then both promises and host platforms do the storing of (callback, zone) pairs instead of just callbacks by themselves.