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