@@ -593,7 +593,7 @@ such as `std::string` and track their memory usage.
593
593
594
594
This can be useful for debugging memory leaks.
595
595
596
- The [ ` memory_retainer .h` ] [ ] header file explains how to use this class.
596
+ The [ ` memory_tracker .h` ] [ ] header file explains how to use this class.
597
597
598
598
<a id =" baseobject " ></a >
599
599
### ` BaseObject `
@@ -795,7 +795,7 @@ heap if it is larger. This can be useful for performantly allocating temporary
795
795
data if it is typically expected to be small (e.g. file paths).
796
796
797
797
The ` Utf8Value ` , ` TwoByteValue ` (i.e. UTF-16 value) and ` BufferValue `
798
- (` Utf8Value ` but copy data from a ` Buffer ` is that is passed) helpers
798
+ (` Utf8Value ` but copy data from a ` Buffer ` if one is passed) helpers
799
799
inherit from this class and allow accessing the characters in a JavaScript
800
800
string this way.
801
801
@@ -873,7 +873,7 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
873
873
[ `async_wrap.h` ] : async_wrap.h
874
874
[ `base_object.h` ] : base_object.h
875
875
[ `handle_wrap.h` ] : handle_wrap.h
876
- [ `memory_retainer .h` ] : memory_retainer .h
876
+ [ `memory_tracker .h` ] : memory_tracker .h
877
877
[ `req_wrap.h` ] : req_wrap.h
878
878
[ `util.h` ] : util.h
879
879
[ `v8.h` in Code Search ] : https://cs.chromium.org/chromium/src/v8/include/v8.h
@@ -888,7 +888,7 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
888
888
[ cleanup hooks ] : #cleanup-hooks
889
889
[ event loop ] : #event-loop
890
890
[ exception handling ] : #exception-handling
891
- [ internal field ] : #internal-field
891
+ [ internal field ] : #internal-fields
892
892
[ introduction for V8 embedders ] : https://v8.dev/docs/embed
893
893
[ libuv handles ] : #libuv-handles-and-requests
894
894
[ libuv requests ] : #libuv-handles-and-requests
0 commit comments