We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb01f9 commit 6291758Copy full SHA for 6291758
src/cppgc_helpers.h
@@ -67,6 +67,7 @@ class CppgcMixin : public cppgc::GarbageCollectedMixin, public MemoryRetainer {
67
68
inline v8::Local<v8::Object> object() const;
69
inline Environment* env() const;
70
+ inline Realm* realm() const { return realm_; }
71
inline v8::Local<v8::Object> object(v8::Isolate* isolate) const {
72
return traced_reference_.Get(isolate);
73
}
0 commit comments