Module rusty_v8::script_compiler[][src]

Structs

Compilation data that the embedder can cache and pass back to speed up future compilations. The data is produced if the CompilerOptions passed to the compilation functions in ScriptCompiler contains produce_data_to_cache = true. The data to cache can then can be retrieved from UnboundScript.

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

Enums

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

Functions

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

Same as compile_module with more options.