Chromium Code Reviews
Descriptionbinding: Supports V8PrivateProperty::getOrUndefined.
Adds getOrUndefined() as a fast version of get() for the clients
that do not need to care about the difference between
a) the private property has not yet been set, and
b) the private property was intentionally set to undefined.
BUG=616618
Committed: https://crrev.com/c6cada593b5b731a615f6d66f96586f37e86e2d4
Cr-Commit-Position: refs/heads/master@{#397401}
Patch Set 1 #Patch Set 2 : Added function comments to explain the difference. #Messages
Total messages: 9 (4 generated)
|