Struct js::jsapi::JSNativeWrapper
[−]
[src]
#[repr(C)]pub struct JSNativeWrapper { pub op: JSNative, pub info: *const JSJitInfo, }
Wrapper to relace JSNative for JSPropertySpecs and JSFunctionSpecs. This will allow us to pass one JSJitInfo per function with the property/function spec, without additional field overhead.
Fields
op: JSNative
info: *const JSJitInfo