We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc17f37 commit c4c8931Copy full SHA for c4c8931
src/node_realm.h
@@ -55,7 +55,7 @@ class Realm : public MemoryRetainer {
55
Realm& operator=(Realm&&) = delete;
56
57
SET_MEMORY_INFO_NAME(Realm)
58
- SET_SELF_SIZE(Realm);
+ SET_SELF_SIZE(Realm)
59
void MemoryInfo(MemoryTracker* tracker) const override;
60
61
void CreateProperties();
src/node_util.h
@@ -12,7 +12,7 @@ namespace util {
12
13
class WeakReference : public SnapshotableObject {
14
public:
15
- SERIALIZABLE_OBJECT_METHODS();
+ SERIALIZABLE_OBJECT_METHODS()
16
17
static constexpr FastStringKey type_name{"node::util::WeakReference"};
18
static constexpr EmbedderObjectType type_int =
0 commit comments