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 @@ -925,9 +925,9 @@ class from C++.
925925The JavaScript object can be accessed as a `v8::Local<v8::Object>` by using
926926`self->object()`, given a `BaseObject` named `self`.
927927
928- Accessing a `BaseObject` from a `v8::Local<v8::Object>` (frequently that is
929- `args.This()` in a [binding function][]) can be done using
930- the `Unwrap<T>(obj)` function, where `T` is a subclass of `BaseObject`.
928+ Accessing a `BaseObject` from a `v8::Local<v8::Object>` (that is `args.This()`
929+ in a [binding function][]) can be done using the `Unwrap<T>(obj)` function,
930+ where `T` is a subclass of `BaseObject`.
931931A helper for this is the `ASSIGN_OR_RETURN_UNWRAP` macro that returns from the
932932current function if unwrapping fails (typically that means that the `BaseObject`
933933has been deleted earlier).
You can’t perform that action at this time.
0 commit comments