We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779a577 commit 85d5f67Copy full SHA for 85d5f67
src/heap_utils.cc
@@ -42,7 +42,7 @@ class JSGraphJSNode : public EmbedderGraph::Node {
42
43
struct Hash {
44
inline size_t operator()(JSGraphJSNode* n) const {
45
- return n->IdentityHash();
+ return static_cast<size_t>(n->IdentityHash());
46
}
47
};
48
0 commit comments