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