Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: include/v8.h

Issue 2176063002: Updating comment for Proxy::New function (Closed) Base URL: git@github.com:danbev/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 4eb7614210fd1fb3120428e65f7c9ed97394f3b9..d0deec8780b9c27969aefa7985fc52904aa147d3 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3445,7 +3445,7 @@ class V8_EXPORT Proxy : public Object {
void Revoke();
/**
- * Creates a new empty Map.
+ * Creates a new Proxy for the target object.
*/
static MaybeLocal<Proxy> New(Local<Context> context,
Local<Object> local_target,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698