Comment #4 on issue 270 by sgbeal: Add Blob type to api for holding binary data http://code.google.com/p/v8/issues/detail?id=270
i'd strongly recommend against using size_t, and instead using the fixed integer types. i've had nothing but grief when porting from 32- to 64-bit and my code assumes size_t is a certain size (which is not guaranteed). i agree that the object should measure usage in bytes, not members. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
