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

Unified Diff: runtime/vm/object.h

Issue 1934263003: - Add a new constructor to the hash table classes that allow handles to be passed in instead of cre… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address-code-review-comments Created 4 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 | « runtime/vm/hash_table_test.cc ('k') | runtime/vm/reusable_handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index e16de6ff189d0271cd32887bd883f207f5089b3f..7243d0f057a589ffd5ef1499d63d46f3fe3e4fc6 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -6134,6 +6134,8 @@ class Smi : public Integer {
friend class Api; // For ValueFromRaw
friend class Class;
friend class Object;
+ friend class ReusableSmiHandleScope;
+ friend class Thread;
};
« no previous file with comments | « runtime/vm/hash_table_test.cc ('k') | runtime/vm/reusable_handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698