Lines Matching defs:ClassOps
96621 struct ClassOps struct
96624 JSAddPropertyOp addProperty;
96625 JSDeletePropertyOp delProperty;
96626 JSGetterOp getProperty;
96627 JSSetterOp setProperty;
96628 JSEnumerateOp enumerate;
96629 JSResolveOp resolve;
96630 JSMayResolveOp mayResolve;
96631 FinalizeOp finalize;
96632 JSNative call;
96633 JSHasInstanceOp hasInstance;
96634 JSNative construct;
96635 JSTraceOp trace;