[−][src]Function neon_runtime::nan::fun::new_template
pub unsafe extern "C" fn new_template(
out: &mut Local,
isolate: *mut Isolate__,
callback: CCallback
) -> bool
Mutates the out argument provided to refer to a newly created v8::FunctionTemplate.
Returns false if the value couldn't be created.