Updates:
        Status: Invalid

Comment #1 on issue 3161 by [email protected]: Object.getOwnPropertyNames(...) can expose private symbols on functions...
http://code.google.com/p/v8/issues/detail?id=3161

I cannot reproduce this:

$ out/x64.release/d8 -e --es_staging "\
var f = function() {}, s = Symbol();\
f[s] = '';\
Object.defineProperty(f, 'prototype', {value: {}, writable: false});\
print(Object.getOwnPropertyNames(f))"

Prints:

arguments,name,caller,length,prototype

Feel free to reopen if you can provide a repro.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to