Lines Matching defs:ObjectOps
96694 struct ObjectOps struct
96696 LookupPropertyOp lookupProperty;
96697 DefinePropertyOp defineProperty;
96698 HasPropertyOp hasProperty;
96699 GetPropertyOp getProperty;
96700 SetPropertyOp setProperty;
96701 GetOwnPropertyOp getOwnPropertyDescriptor;
96702 DeletePropertyOp deleteProperty;
96703 WatchOp watch;
96704 UnwatchOp unwatch;
96705 GetElementsOp getElements;
96706 JSNewEnumerateOp enumerate;
96707 JSFunToStringOp funToString;