Function mozjs::rust::wrappers::CompileFunction
source ยท pub unsafe fn CompileFunction(
cx: *mut JSContext,
envChain: HandleObjectVector,
options: *const ReadOnlyCompileOptions,
name: *const c_char,
nargs: c_uint,
argnames: *const *const c_char,
srcBuf: *mut SourceText<u16>,
) -> *mut JSFunction