On Fri, Apr 23, 2010 at 11:20 AM, Anton Muhin <[email protected]> wrote:
> what do you mean by key? > > Technically resource has data virtual method and theoretically data > could be generated on each invocation of the method (but that must be > the same data). So, yes, you could lookup data from some table if it's fine for you performance-wise. > That's basically what i meant: simply storing some 8-byte sequence/hash code which uniquely identifies your real data. i don't know if that approach would work for you though (e.g. you don't want JS-side code seeing the key value, since that's an internal detail). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
