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().

Ancestors

Constructors

frida_compiler_new

Creates a compiler.

Instance methods

frida_compiler_build

Builds the project rooted at entrypoint once.

frida_compiler_build_finish

Builds the project rooted at entrypoint once.

frida_compiler_build_sync

Builds the project rooted at entrypoint once.

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.

frida_compiler_schedule_on_frida_thread
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Frida.Compiler::starting

Emitted when a build is starting.

Frida.Compiler::finished

Emitted when a build has finished.

Frida.Compiler::output

Emitted with the freshly built bundle, primarily when watching.

Frida.Compiler::diagnostics

Emitted with compiler diagnostics, such as type errors and warnings.

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.

Class structure

struct FridaCompilerClass {
  /* no available fields */
}

No description available.