Test whether at least one element in a provided array has a specified own property key-value pair.
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Create a zero-filled generic array.
Create a filled generic array.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is a Complex64Array.
Test if a value is a Complex128Array.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Return an accessor function for retrieving an element from an indexed array-like object.
Convert an array-like object to an object likely to have the same "shape".
Test if a double-precision floating-point numeric value is NaN.
Round a double-precision floating-point number toward zero.
Test if a double-precision floating-point numeric value is infinite.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Return an accessor function for setting an element in an indexed array-like object.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Test if a value is an array.