Module rquickjs_core::intrinsic [−][src]
A marker types for intrinsic
You can select just you need only. If lto = true any unused code will be drop by link-time optimizer.
Structs
| BaseObjects | Add base objects support |
| BigDecimal | Add BigDecimal support |
| BigFloat | Add BigFloat support |
| BigInt | Add BigInt support |
| BignumExt | Enable bignum extension |
| Date | Add Date object support |
| Eval | Add evaluation support |
| Json | Add JSON parse and stringify |
| MapSet | Add MapSet object support |
| Operators | Add operator overloading support |
| Promise | Add Promise object support |
| Proxy | Add Proxy object support |
| RegExp | Add RegExp object support |
| RegExpCompiler | Add RegExp compiler |
| StringNormalize | Add string normalization |
| TypedArrays | Add Typed Arrays support |
Type Definitions
| All | Add all intrinsics |
| Base | An alias for |
| None | Add none intrinsics |