Struct js::jsapi::ObjectOps
[−]
[src]
#[repr(C)]pub struct ObjectOps { pub lookupProperty: LookupPropertyOp, pub defineProperty: DefinePropertyOp, pub hasProperty: HasPropertyOp, pub getProperty: GetPropertyOp, pub setProperty: SetPropertyOp, pub getOwnPropertyDescriptor: GetOwnPropertyOp, pub deleteProperty: DeletePropertyOp, pub watch: WatchOp, pub unwatch: UnwatchOp, pub getElements: GetElementsOp, pub enumerate: JSNewEnumerateOp, pub funToString: JSFunToStringOp, }
Fields
lookupProperty: LookupPropertyOp
defineProperty: DefinePropertyOp
hasProperty: HasPropertyOp
getProperty: GetPropertyOp
setProperty: SetPropertyOp
getOwnPropertyDescriptor: GetOwnPropertyOp
deleteProperty: DeletePropertyOp
watch: WatchOp
unwatch: UnwatchOp
getElements: GetElementsOp
enumerate: JSNewEnumerateOp
funToString: JSFunToStringOp