Function script::dom::bindings::proxyhandler::define_property
source · pub unsafe extern "C" fn define_property(
cx: *mut JSContext,
proxy: RawHandleObject,
id: RawHandleId,
desc: RawHandle<PropertyDescriptor>,
result: *mut ObjectOpResult
) -> bool
Expand description
Defines an expando on the given proxy
.