File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -906,9 +906,9 @@ class from C++.
906906The JavaScript object can be accessed as a `v8::Local<v8::Object>` by using
907907`self->object()`, given a `BaseObject` named `self`.
908908
909- Accessing a `BaseObject` from a `v8::Local<v8::Object>` (frequently that is
910- `args.This()` in a [binding function][]) can be done using
911- the `Unwrap<T>(obj)` function, where `T` is a subclass of `BaseObject`.
909+ Accessing a `BaseObject` from a `v8::Local<v8::Object>` (that is `args.This()`
910+ in a [binding function][]) can be done using the `Unwrap<T>(obj)` function,
911+ where `T` is a subclass of `BaseObject`.
912912A helper for this is the `ASSIGN_OR_RETURN_UNWRAP` macro that returns from the
913913current function if unwrapping fails (typically that means that the `BaseObject`
914914has been deleted earlier).
You can’t perform that action at this time.
0 commit comments