Package-level declarations
Functions and other APIs specific to the JavaScript platform.
Functions and other APIs specific to the JavaScript platform.
Types
Denotes an external
declaration that must be imported from native JavaScript library.
Denotes an external
declaration that can be used without module system.
Adds prefix to external
declarations in a source file.
Exposes the JavaScript RegExp object to Kotlin.
Properties
The property that can be used as a placeholder for statements and values that are defined in JavaScript.
Exposes the JavaScript undefined property to Kotlin.
Functions
Converts the result of RegExp.exec to an array where the first element contains the entire matched text and each subsequent element is the text matched by each capturing parenthesis.
Exposes the JavaScript eval function to Kotlin.
Returns the entire text matched by RegExp.exec if the index parameter is 0, or the text matched by the capturing parenthesis at the given index.
Resets the regular expression so that subsequent RegExp.test and RegExp.exec calls will match starting with the beginning of the input string.