QuickBEAM.VM.Runtime.RegExp (QuickBEAM v0.10.9)

Copy Markdown View Source

JS RegExp built-in: test, exec, toString, and NIF-backed regex matching against JS bytecode patterns.

Summary

Functions

Executes compiled QuickJS regexp bytecode against a string via the native regexp engine.

Functions

nif_exec(bytecode, str, last_index)

Executes compiled QuickJS regexp bytecode against a string via the native regexp engine.

proto_property(arg1)

Callback implementation for QuickBEAM.VM.Runtime.BuiltinObject.proto_property/1.