Changes between Version 2 and Version 3 of IdlAttributes
- Timestamp:
- May 29, 2012, 6:51:54 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdlAttributes
v2 v3 31 31 NoStaticTables:: 32 32 Sharing a single static prototype table only works when a class is guaranteed to be accessed from a single heap, because the lookup code expects the key (attribute name) to have the same address across all instances of the object. For interfaces that are exposed to Workers, a single static table won't work because a given string used to look up a property on the object will lie at a different address in each heap. 33 34 See [http://trac.webkit.org/wiki/WebKitIDL WebKitIDL] for detailed documentation.