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