Assert that a Node-API value has a specified property.
Test if an object has a specified property.
Assert that a Node-API value is a specified Node-API data type.
Assert that two Node-API data types are equal.
C utilities for asserting that a Node-API call returns an "ok" status.
Detect native Symbol.toStringTag support.
Detect native Float32Array support.
Detect native Uint16Array support.
Detect native Uint8Array support.
Detect native Float64Array support.
Detect native Uint32Array support.
Detect native Symbol support.
Detect native Buffer support.
Assert that a Node-API value is a Node-API typed array.
Assert that two Node-API typed array data types are equal.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Test if an object's own property is enumerable.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Detect native generator function support.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Detect native function name support.
Test if an object has a specified property, either own or inherited.
`Object.defineProperty`, but not IE 8's broken one.