DescriptionSpeed up non-interceptor case of Object.getOwnPropertyNames
When there are interceptors on an object, it's possible to
end up with duplicate property names. But when all the names
are provided by v8, a collision is not possible, so we can
fast-path that case by not de-duping.
Also added better test coverage for interceptor API.
Committed: https://code.google.com/p/v8/source/detail?r=13725
Patch Set 1 #Patch Set 2 : Simplify patch #
Messages
Total messages: 6 (0 generated)
|