Class
FridaCompiler
Description [src]
final class Frida.Compiler : GObject.Object
{
/* No available fields */
}
Compiles a TypeScript or JavaScript project into a single script bundle
that can be loaded with frida_session_create_script().
Instance methods
frida_compiler_watch
Builds the project and keeps rebuilding it as its sources change, emitting FridaCompiler::output with each fresh bundle.
frida_compiler_watch_finish
Builds the project and keeps rebuilding it as its sources change, emitting FridaCompiler::output with each fresh bundle.
frida_compiler_watch_sync
Builds the project and keeps rebuilding it as its sources change, emitting FridaCompiler::output with each fresh bundle.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.