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

Unified Diff: src/objects.h

Issue 14295011: Add d8 functionality for switching between realms (a.k.a. contexts) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make realm state per-isolate Created 7 years, 8 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 | « src/debug.cc ('k') | test/mjsunit/bugs/bug-proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index d20eba58fc91117e4bac2bd39898905b1c25cd3c..23a0dac2e7db61f959b77b2df56cb9cdda0703c8 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8537,7 +8537,7 @@ class JSWeakMap: public JSObject {
class JSArrayBuffer: public JSObject {
public:
- // [backing_store]: backing memory for thsi array
+ // [backing_store]: backing memory for this array
DECL_ACCESSORS(backing_store, void)
// [byte_length]: length in bytes
« no previous file with comments | « src/debug.cc ('k') | test/mjsunit/bugs/bug-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698