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 8076a79 commit b916620Copy full SHA for b916620
src/util.h
@@ -221,7 +221,7 @@ inline v8::Local<TypeName> PersistentToLocal(
221
v8::Isolate* isolate,
222
const v8::Persistent<TypeName>& persistent);
223
224
-// Unchecked conversion from a non-weak Persistent<T> to Local<TLocal<T>,
+// Unchecked conversion from a non-weak Persistent<T> to Local<T>,
225
// use with care!
226
//
227
// Do not call persistent.Reset() while the returned Local<T> is still in
0 commit comments