/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | PropertyDescriptor.cpp | 65 return GetPropertyDescriptor(cx, obj, id, desc, holder); in JS_GetPropertyDescriptorById()
|
H A D | ObjectOperations.h | 272 extern bool GetPropertyDescriptor(
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/ |
H A D | StateDesigner.cs | 1227 …PropertyDescriptor property = GetPropertyDescriptor(setState, SetStateActivity.TargetStateNameProp… in OnConnectorChanged() 1865 …PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowAct… in OnSetAsInitialState() 1871 …PropertyDescriptor completedStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowA… in OnSetAsInitialState() 1899 …PropertyDescriptor completedStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowA… in OnSetAsCompletedState() 1905 …PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowAct… in OnSetAsCompletedState() 1921 … private static PropertyDescriptor GetPropertyDescriptor(Activity activity, string propertyName) in GetPropertyDescriptor() method in System.Workflow.Activities.StateDesigner 2217 …PropertyDescriptor activeDesignerProperty = GetPropertyDescriptor(stateDesigner.Activity, ActiveDe… in SetActiveDesignerHelper()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/ |
H A D | GridEntry.cs | 784 properties[i] = GetPropertyDescriptor (propertyOwners[i], propertyName); in GetChildGridItems() 834 private PropertyDescriptor GetPropertyDescriptor (object propertyOwner, string propertyName) in GetPropertyDescriptor() method in System.Windows.Forms.PropertyGridInternal.GridEntry
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/ipc/ |
H A D | PJavaScript.ipdl | 28 …nested(inside_sync) sync GetPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStat…
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/ipc/ |
H A D | PJavaScript.ipdl | 28 …nested(inside_sync) sync GetPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStat…
|
/dports/www/node10/node-v10.24.1/deps/v8/src/ |
H A D | interface-descriptors.h | 559 class GetPropertyDescriptor final : public CallInterfaceDescriptor { 562 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor,
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | ObjectOperations.h | 273 extern bool GetPropertyDescriptor(
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/proxy/ |
H A D | BaseProxyHandler.cpp | 76 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
|
H A D | Wrapper.cpp | 198 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/ |
H A D | BaseProxyHandler.cpp | 65 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
|
H A D | Wrapper.cpp | 189 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | ObjectOperations.h | 273 extern bool GetPropertyDescriptor(
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | ObjectOperations.h | 268 extern bool GetPropertyDescriptor(JSContext* cx, JS::Handle<JSObject*> obj,
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/proxy/ |
H A D | BaseProxyHandler.cpp | 54 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
|
H A D | DirectProxyHandler.cpp | 23 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
|
/dports/devel/cpplint/cpplint-1.5.5/samples/v8-sample/src/ |
H A D | interface-descriptors.h | 756 class GetPropertyDescriptor final : public CallInterfaceDescriptor { 759 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor)
|
/dports/lang/v8/v8-9.6.180.12/src/codegen/ |
H A D | interface-descriptors.h | 1146 class GetPropertyDescriptor final 1147 : public StaticCallInterfaceDescriptor<GetPropertyDescriptor> { 1150 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor)
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ |
H A D | interface-descriptors.h | 888 class GetPropertyDescriptor final : public CallInterfaceDescriptor { 891 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ |
H A D | interface-descriptors.h | 951 class GetPropertyDescriptor final : public CallInterfaceDescriptor { 954 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor)
|
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/ |
H A D | sync-messages.ini | 614 [PJavaScript::GetPropertyDescriptor]
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/ |
H A D | jsobj.h | 961 GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/ |
H A D | jsobj.h | 995 GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | Iteration.cpp | 1139 if (!GetPropertyDescriptor(cx, proto, id, &desc)) return false; in SuppressDeletedPropertyHelper()
|
H A D | JSObject.h | 966 extern bool GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,
|