We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb857d9 commit db457cbCopy full SHA for db457cb
src/util.h
@@ -211,7 +211,7 @@ inline v8::Local<TypeName> PersistentToLocal(
211
v8::Isolate* isolate,
212
const Persistent<TypeName>& persistent);
213
214
-// Unchecked conversion from a non-weak Persistent<T> to Local<TLocal<T>,
+// Unchecked conversion from a non-weak Persistent<T> to Local<T>,
215
// use with care!
216
//
217
// Do not call persistent.Reset() while the returned Local<T> is still in
0 commit comments