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