Home
last modified time | relevance | path

Searched defs:ObjectOps (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DClass.h630 struct ObjectOps struct
632 LookupPropertyOp lookupProperty;
633 DefinePropertyOp defineProperty;
634 HasPropertyOp hasProperty;
635 GetPropertyOp getProperty;
636 SetPropertyOp setProperty;
639 WatchOp watch;
640 UnwatchOp unwatch;
641 GetElementsOp getElements;
642 JSNewEnumerateOp enumerate;
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DClass.h630 struct ObjectOps struct
632 LookupPropertyOp lookupProperty;
633 DefinePropertyOp defineProperty;
634 HasPropertyOp hasProperty;
635 GetPropertyOp getProperty;
636 SetPropertyOp setProperty;
639 WatchOp watch;
640 UnwatchOp unwatch;
641 GetElementsOp getElements;
642 JSNewEnumerateOp enumerate;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DClass.h472 struct MOZ_STATIC_CLASS ObjectOps { struct
489 static constexpr const js::ObjectOps* JS_NULL_OBJECT_OPS = nullptr; argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DClass.h472 struct MOZ_STATIC_CLASS ObjectOps { struct
489 static constexpr const js::ObjectOps* JS_NULL_OBJECT_OPS = nullptr; argument
/dports/www/firefox/firefox-99.0/js/public/
H A DClass.h472 struct MOZ_STATIC_CLASS ObjectOps { struct
489 static constexpr const js::ObjectOps* JS_NULL_OBJECT_OPS = nullptr; argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DClass.h599 struct MOZ_STATIC_CLASS ObjectOps { struct
616 static constexpr const js::ObjectOps* JS_NULL_OBJECT_OPS = nullptr; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DClass.h664 struct ObjectOps struct
666 LookupPropertyOp lookupProperty;
667 DefinePropertyOp defineProperty;
668 HasPropertyOp hasProperty;
669 GetPropertyOp getProperty;
670 SetPropertyOp setProperty;
673 WatchOp watch;
674 UnwatchOp unwatch;
675 GetElementsOp getElements;
676 JSNewEnumerateOp enumerate;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DClass.h694 struct JS_STATIC_CLASS ObjectOps { struct
695 LookupPropertyOp lookupProperty;
696 DefinePropertyOp defineProperty;
697 HasPropertyOp hasProperty;
698 GetPropertyOp getProperty;
699 SetPropertyOp setProperty;
700 GetOwnPropertyOp getOwnPropertyDescriptor;
701 DeletePropertyOp deleteProperty;
702 GetElementsOp getElements;
703 JSFunToStringOp funToString;
/dports/graphics/dia/dia-0.97.3/lib/
H A Ddiatypes.h127 typedef struct _ObjectOps ObjectOps; typedef
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dpetscimpl.h124 #define PETSCHEADER(ObjectOps) \ argument