We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a14799 commit d48d61aCopy full SHA for d48d61a
1 file changed
src/env.cc
@@ -23,7 +23,7 @@
23
#include "util-inl.h"
24
#include "v8-cppgc.h"
25
#include "v8-profiler.h"
26
-#include "v8-sandbox.h"
+#include "v8-sandbox.h" // v8::Object::Wrap(), v8::Object::Unwrap()
27
28
#include <algorithm>
29
#include <atomic>
@@ -524,7 +524,7 @@ void IsolateData::CreateProperties() {
524
// the ecosystem is:
525
// [ 0 ] -> embedder id
526
// [ 1 ] -> wrappable instance
527
-// Now V8 has deprecated this layout-based tracing enablement, embeders
+// Now V8 has deprecated this layout-based tracing enablement, embedders
528
// should simply use v8::Object::Wrap() and v8::Object::Unwrap(). We preserve
529
// this layout only to distinguish internally how the memory of a Node.js
530
// wrapper is managed or whether a wrapper is managed by Node.js.
0 commit comments