15:05 | <snek> | was it JSC that has the ability to lazily bootstrap objects when they're first accessed? |
15:08 | <mgaudet> | snek: SpiderMonkey creates prototypes lazily? (Which creates spec bugs so... ymmv) |
15:09 | <snek> | ah spidermonkey ok |
15:10 | <snek> | this i guess https://github.com/mozilla-spidermonkey/spidermonkey-embedding-examples/blob/9ac8cccd365738bb13445e43d51d27ad8979ff0a/examples/resolve.cpp |
16:15 | <mgaudet> | Ah yes, that too |