Function rusty_v8::script_compiler::compile_unbound_script[][src]

pub fn compile_unbound_script<'s>(
    scope: &mut HandleScope<'s>,
    source: Source,
    options: CompileOptions,
    no_cache_reason: NoCacheReason
) -> Option<Local<'s, UnboundScript>>