Function js::jsapi::JS_DefinePropertyById7
[−]
[src]
pub unsafe extern "C" fn JS_DefinePropertyById7(
cx: *mut JSContext,
obj: HandleObject,
id: HandleId,
value: f64,
attrs: c_uint,
getter: JSNative,
setter: JSNative
) -> bool