mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: fix typo in util.h comment
PR-URL: https://github.com/nodejs/node/pull/20656 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ inline v8::Local<TypeName> PersistentToLocal(
|
||||
v8::Isolate* isolate,
|
||||
const Persistent<TypeName>& persistent);
|
||||
|
||||
// Unchecked conversion from a non-weak Persistent<T> to Local<TLocal<T>,
|
||||
// Unchecked conversion from a non-weak Persistent<T> to Local<T>,
|
||||
// use with care!
|
||||
//
|
||||
// Do not call persistent.Reset() while the returned Local<T> is still in
|
||||
|
||||
Reference in New Issue
Block a user