Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash: fix compiler warning 07_passing_wrapped_ob
Currently the following compiler warning is emitted: 1 warning generated. ../addon.cc:24:16: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] args[0]->ToObject(isolate)); ^ ./deps/v8/include/v8.h:2539:3: note: 'ToObject' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", ^ This commit updates example to use the non-deprecated version.
- Loading branch information