Home
last modified time | relevance | path

Searched refs:GetPropertyDescriptor (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPropertyDescriptor.cpp65 return GetPropertyDescriptor(cx, obj, id, desc, holder); in JS_GetPropertyDescriptorById()
H A DObjectOperations.h272 extern bool GetPropertyDescriptor(
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DStateDesigner.cs1227 …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 DGridEntry.cs784 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 DPJavaScript.ipdl28 …nested(inside_sync) sync GetPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStat…
/dports/www/firefox-legacy/firefox-52.8.0esr/js/ipc/
H A DPJavaScript.ipdl28 …nested(inside_sync) sync GetPropertyDescriptor(uint64_t objId, JSIDVariant id) returns (ReturnStat…
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dinterface-descriptors.h559 class GetPropertyDescriptor final : public CallInterfaceDescriptor {
562 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DObjectOperations.h273 extern bool GetPropertyDescriptor(
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/proxy/
H A DBaseProxyHandler.cpp76 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
H A DWrapper.cpp198 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DBaseProxyHandler.cpp65 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
H A DWrapper.cpp189 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DObjectOperations.h273 extern bool GetPropertyDescriptor(
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectOperations.h268 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 DBaseProxyHandler.cpp54 return GetPropertyDescriptor(cx, proto, id, desc); in getPropertyDescriptor()
H A DDirectProxyHandler.cpp23 return GetPropertyDescriptor(cx, target, id, desc); in getPropertyDescriptor()
/dports/devel/cpplint/cpplint-1.5.5/samples/v8-sample/src/
H A Dinterface-descriptors.h756 class GetPropertyDescriptor final : public CallInterfaceDescriptor {
759 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor)
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dinterface-descriptors.h1146 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 Dinterface-descriptors.h888 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 Dinterface-descriptors.h951 class GetPropertyDescriptor final : public CallInterfaceDescriptor {
954 DECLARE_DEFAULT_DESCRIPTOR(GetPropertyDescriptor, CallInterfaceDescriptor)
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/
H A Dsync-messages.ini614 [PJavaScript::GetPropertyDescriptor]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsobj.h961 GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsobj.h995 GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DIteration.cpp1139 if (!GetPropertyDescriptor(cx, proto, id, &desc)) return false; in SuppressDeletedPropertyHelper()
H A DJSObject.h966 extern bool GetPropertyDescriptor(JSContext* cx, HandleObject obj, HandleId id,

123