DescriptionUse TO_OBJECT_INLINE a bit more
We were using ToObject in a lot of places where the common case is that
we already have an object. By changing to TO_OBJECT_INLINE we don't
have to go through 5 different if statements before falling through.
We were also calling ToObject too many times in DefineObjectProperty
where we already know that obj is an object.
BUG=None
LOG=N
Committed: https://crrev.com/2184431f4cc660e39610f4d17927e409c276e104
Cr-Commit-Position: refs/heads/master@{#27355}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|