Type Definition js::jsapi::ClassObjectCreationOp
[−]
[src]
type ClassObjectCreationOp = Option<unsafe extern "C" fn(cx: *mut JSContext, key: JSProtoKey) -> *mut JSObject>;
Callback for the creation of constructor and prototype objects.