Chromium Code Reviews
DescriptionUse DescriptorArray when checking if an object has a property
DescriptorArray provides a faster idea of if an object has a property. Use it for JSReceiver::HasProperty & JSObject::HasRealNamedProperty.
BUG=v8:2472
LOG=N
Patch Set 1 #Patch Set 2 : Add fallback #Patch Set 3 : Look up prototype chain #Patch Set 4 : Add check if it's a JSReceiver #Patch Set 5 : Fix #Messages
Total messages: 5 (2 generated)
|