Re: [IndexedDB] Any particular reason built-in properties are not indexable?

On Mon, Mar 21, 2011 at 2:33 PM, Jeremy Orlow <jorlow@chromium.org> wrote:
> Indexing toString or general getters seems like a bad idea since they can
> run arbitrary code.  Wouldn't removing the restriction allow for that?

No, they live on the prototype chain so they aren't cloned anyway.

Well.. depending on what you mean by "general getters" that is?

/ Jonas

Received on Monday, 21 March 2011 21:57:24 UTC