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

Unified Diff: include/v8.h

Issue 2388153003: [modules] Implement namespace imports. (Closed)
Patch Set: Fix verifier. Created 4 years, 2 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 | src/accessors.h » ('j') | src/objects.h » ('J')
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 b752a4340eff51dfd9d08d8f06b4b74cf0a56c43..88e6dfc50161decf339d8cab1946823a2da89627 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3540,7 +3540,7 @@ class PropertyCallbackInfo {
/**
* \return The receiver. In many cases, this is the object on which the
* property access was intercepted. When using
- * `Reflect.Get`, `Function.prototype.call`, or similar functions, it is the
+ * `Reflect.get`, `Function.prototype.call`, or similar functions, it is the
adamk 2016/10/04 18:26:52 Maybe leave these changes out of this CL :)
neis 2016/10/05 08:18:41 Done.
* object passed in as receiver or thisArg.
*
* \code
@@ -3605,7 +3605,7 @@ class PropertyCallbackInfo {
* \return True if the intercepted function should throw if an error occurs.
* Usually, `true` corresponds to `'use strict'`.
*
- * \note Always `false` when intercepting `Reflect.Set()`
+ * \note Always `false` when intercepting `Reflect.set()`
* independent of the language mode.
*/
V8_INLINE bool ShouldThrowOnError() const;
« no previous file with comments | « no previous file | src/accessors.h » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698