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