Remove the last UTF-16 code unit of a string.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Remove the last Unicode code point of a string.
Resolve a URI relative to an optional base URI
Convert a string to lowercase.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Replace search occurrences with a replacement string.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Create a double-precision floating-point number from a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is infinite.
Multiply a double-precision floating-point number by an integer power of two.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Compute the absolute value of a double-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Exponential function.
Capitalize the first character in a string.
String manipulation functions.