API Version: 1.0
Library Version: 1.0
Generated by gi-docgen 2026.1
enum Frida.ScriptRuntime
Which JavaScript runtime a script should use.
FRIDA_SCRIPT_RUNTIME_DEFAULT
Let Frida choose.
0
FRIDA_SCRIPT_RUNTIME_QJS
The QuickJS runtime.
1
FRIDA_SCRIPT_RUNTIME_V8
The V8 runtime.
2
Content