Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: fix shim for
v8::Value::IntegerValue()
This was introduced in 48d1335. Previously, values such as `undefined` would not be coerced properly because `NumberValue()` returns `NaN` for them. Refs: nodejs#23158
- Loading branch information