http://codereview.chromium.org/7736018/diff/1/src/messages.js File src/messages.js (right):
http://codereview.chromium.org/7736018/diff/1/src/messages.js#newcode32 src/messages.js:32: const TYPE_NATIVE = 0; I think something like that, even if you have to implement a custom function, might be better. If we match Safari's behavior, we'll have surprising stuff like consts whose value can change (a global const declaration overrides a pre-existing one). http://codereview.chromium.org/7736018/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
