[][src]Module rusty_v8::script_compiler

For compiling scripts.

Structs

Source

Source code which can be then compiled to a UnboundScript or Script.

Enums

CompileOptions
NoCacheReason

The reason for which we are not requesting or providing a code cache.

Functions

compile_module

Compile an ES module, returning a Module that encapsulates the compiled code.

compile_module2

Same as compile_module with more options.