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