JavaScript standard library extensions
Node standard library for browser.
Detect native Symbol.toStringTag support.
Return the current working directory.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Detect native Float32Array support.
Replace search occurrences with a replacement string.
High word mask for excluding the sign bit of a double-precision floating-point number.
Test if an object has a specified property.
Define (or modify) an object property.
Return a regular expression to capture a function name.
The maximum biased base 2 exponent for a double-precision floating-point number.
Return the real and imaginary components of a double-precision complex floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Multiply a double-precision floating-point number by an integer power of two.
Detect native Buffer support.
Standard input.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Add a callback to the next tick queue.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Test if a value is a Buffer object.
Generate string from a token array by interpolating values.
Double-precision complex number functions.
The bias of a double-precision floating-point number's exponent.