File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323#include " util-inl.h"
2424#include " v8-cppgc.h"
2525#include " v8-profiler.h"
26- #include " v8-sandbox.h"
26+ #include " v8-sandbox.h" // v8::Object::Wrap(), v8::Object::Unwrap()
2727
2828#include < algorithm>
2929#include < atomic>
@@ -524,7 +524,7 @@ void IsolateData::CreateProperties() {
524524// the ecosystem is:
525525// [ 0 ] -> embedder id
526526// [ 1 ] -> wrappable instance
527- // Now V8 has deprecated this layout-based tracing enablement, embeders
527+ // Now V8 has deprecated this layout-based tracing enablement, embedders
528528// should simply use v8::Object::Wrap() and v8::Object::Unwrap(). We preserve
529529// this layout only to distinguish internally how the memory of a Node.js
530530// wrapper is managed or whether a wrapper is managed by Node.js.
You can’t perform that action at this time.
0 commit comments