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