You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://developers.google.com/v8/embed#handles).
140
+
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection).
141
141
142
142
### New
143
143
@@ -227,7 +227,7 @@ NAN includes helpers for creating, throwing and catching Errors as much of this
227
227
228
228
Note that an Error object is simply a specialized form of `v8::Value`.
229
229
230
-
Also consult the V8 Embedders Guide section on [Exceptions](https://developers.google.com/v8/embed#exceptions) for more information.
230
+
Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information.
Copy file name to clipboardExpand all lines: doc/errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ NAN includes helpers for creating, throwing and catching Errors as much of this
4
4
5
5
Note that an Error object is simply a specialized form of `v8::Value`.
6
6
7
-
Also consult the V8 Embedders Guide section on [Exceptions](https://developers.google.com/v8/embed#exceptions) for more information.
7
+
Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information.
Copy file name to clipboardExpand all lines: doc/methods.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ You do not need to declare a new `HandleScope` within a getter as one is implici
210
210
211
211
A helper macro `NAN_GETTER(methodname)` exists, compatible with NAN v1 method declarations.
212
212
213
-
Also see the V8 Embedders Guide documentation on [Accessors](https://developers.google.com/v8/embed#accesssors).
213
+
Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors).
214
214
215
215
<aname="api_nan_setter"></a>
216
216
### Setter declaration
@@ -237,7 +237,7 @@ You do not need to declare a new `HandleScope` within a setter as one is implici
237
237
238
238
A helper macro `NAN_SETTER(methodname)` exists, compatible with NAN v1 method declarations.
239
239
240
-
Also see the V8 Embedders Guide documentation on [Accessors](https://developers.google.com/v8/embed#accesssors).
240
+
Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors).
241
241
242
242
<aname="api_nan_property_getter"></a>
243
243
### Property getter declaration
@@ -262,7 +262,7 @@ You do not need to declare a new `HandleScope` within a property getter as one i
262
262
263
263
A helper macro `NAN_PROPERTY_GETTER(methodname)` exists, compatible with NAN v1 method declarations.
264
264
265
-
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
265
+
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).
266
266
267
267
<aname="api_nan_property_setter"></a>
268
268
### Property setter declaration
@@ -287,7 +287,7 @@ You do not need to declare a new `HandleScope` within a property setter as one i
287
287
288
288
A helper macro `NAN_PROPERTY_SETTER(methodname)` exists, compatible with NAN v1 method declarations.
289
289
290
-
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
290
+
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).
291
291
292
292
<aname="api_nan_property_enumerator"></a>
293
293
### Property enumerator declaration
@@ -308,7 +308,7 @@ You do not need to declare a new `HandleScope` within a property enumerator as o
308
308
309
309
A helper macro `NAN_PROPERTY_ENUMERATOR(methodname)` exists, compatible with NAN v1 method declarations.
310
310
311
-
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
311
+
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).
312
312
313
313
<aname="api_nan_property_deleter"></a>
314
314
### Property deleter declaration
@@ -331,7 +331,7 @@ You do not need to declare a new `HandleScope` within a property deleter as one
331
331
332
332
A helper macro `NAN_PROPERTY_DELETER(methodname)` exists, compatible with NAN v1 method declarations.
333
333
334
-
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
334
+
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).
335
335
336
336
<aname="api_nan_property_query"></a>
337
337
### Property query declaration
@@ -354,7 +354,7 @@ You do not need to declare a new `HandleScope` within a property query method as
354
354
355
355
A helper macro `NAN_PROPERTY_QUERY(methodname)` exists, compatible with NAN v1 method declarations.
356
356
357
-
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
357
+
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).
358
358
359
359
<aname="api_nan_index_getter"></a>
360
360
### Index getter declaration
@@ -376,7 +376,7 @@ You do not need to declare a new `HandleScope` within a index getter as one is i
376
376
377
377
A helper macro `NAN_INDEX_GETTER(methodname)` exists, compatible with NAN v1 method declarations.
378
378
379
-
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
379
+
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).
380
380
381
381
<aname="api_nan_index_setter"></a>
382
382
### Index setter declaration
@@ -401,7 +401,7 @@ You do not need to declare a new `HandleScope` within a index setter as one is i
401
401
402
402
A helper macro `NAN_INDEX_SETTER(methodname)` exists, compatible with NAN v1 method declarations.
403
403
404
-
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
404
+
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).
405
405
406
406
<aname="api_nan_index_enumerator"></a>
407
407
### Index enumerator declaration
@@ -422,7 +422,7 @@ You do not need to declare a new `HandleScope` within a index enumerator as one
422
422
423
423
A helper macro `NAN_INDEX_ENUMERATOR(methodname)` exists, compatible with NAN v1 method declarations.
424
424
425
-
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
425
+
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).
426
426
427
427
<aname="api_nan_index_deleter"></a>
428
428
### Index deleter declaration
@@ -444,7 +444,7 @@ You do not need to declare a new `HandleScope` within a index deleter as one is
444
444
445
445
A helper macro `NAN_INDEX_DELETER(methodname)` exists, compatible with NAN v1 method declarations.
446
446
447
-
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
447
+
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).
448
448
449
449
<aname="api_nan_index_query"></a>
450
450
### Index query declaration
@@ -466,7 +466,7 @@ You do not need to declare a new `HandleScope` within a index query method as on
466
466
467
467
A helper macro `NAN_INDEX_QUERY(methodname)` exists, compatible with NAN v1 method declarations.
468
468
469
-
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
469
+
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://developers.google.com/v8/embed#handles).
15
+
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection).
0 commit comments