DescriptionUpdating comment for Proxy::New function
The comment for the Proxy::New functions seems inaccurate and is
currently identical to Map::New:
3090 /**
3091 * Creates a new empty Map.
3092 */
3093 static Local<Map> New(Isolate* isolate);
This commit updates the comment to describe that it creates a Proxy and
not a Map.
BUG=
Committed: https://crrev.com/47bcea99fbad7e8cc1ad242537f766293777f94d
Cr-Commit-Position: refs/heads/master@{#39002}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|