Skip to content

Commit

Permalink
fixup! src: remove dependency on wrapper-descriptor-based cpp heap
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung authored May 20, 2024
1 parent 144cd73 commit 5bfd1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.cc
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ void IsolateData::CreateProperties() {
// Now V8 has deprecated this layout-based tracing enablement, embeders
// should simply use v8::Object::Wrap() and v8::Object::Unwrap(). We preserve
// this layout only to distinguish internally how the memory of a Node.js
// wrapper is managed.
// wrapper is managed or whether a wrapper is managed by Node.js.
constexpr uint16_t kDefaultCppGCEmebdderID = 0x90de;
Mutex IsolateData::isolate_data_mutex_;
std::unordered_map<uint16_t, std::unique_ptr<PerIsolateWrapperData>>
Expand Down

0 comments on commit 5bfd1f2

Please sign in to comment.