Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ObjectTemplate::SetAccessor` signature has changed in the V8 >= 12, and no longer accepts `v8::AccessControl` parameter. The `v8::AccessControl` enum is in fact a single value now so no public users of nan would be broken if we just stop passing it down to V8.
- Loading branch information