Updating 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= Review-Url: https://codereview.chromium.org/2176063002 Cr-Commit-Position: refs/heads/master@{#39002}
Showing
Please
register
or
sign in
to comment