Function rusty_v8::script_compiler::compile_function_in_context[][src]

pub fn compile_function_in_context<'s>(
    scope: &mut HandleScope<'s>,
    source: Source,
    arguments: &[Local<'_, String>],
    context_extensions: &[Local<'_, Object>],
    options: CompileOptions,
    no_cache_reason: NoCacheReason
) -> Option<Local<'s, Function>>