Home
last modified time | relevance | path

Searched defs:ObjectCtor (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h63 struct ObjectCtor : FunctionObject { struct
69 struct ObjectCtor: FunctionObject struct
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h63 struct ObjectCtor : FunctionObject { struct
69 struct ObjectCtor: FunctionObject struct
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/
H A DMetadataViewGenerator.cs77 …private static readonly ConstructorInfo ObjectCtor = typeof(object).GetConstructor(Type.EmptyTypes… field in System.ComponentModel.Composition.MetadataViewGenerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Microsoft/Internal/
H A DGenerationServices.cs44 …private static readonly ConstructorInfo ObjectCtor = typeof(object).GetConstructor(Type.EmptyTypes… field in Microsoft.Internal.GenerationServices
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/Microsoft/Internal/
H A DGenerationServices.cs39 …private static readonly ConstructorInfo ObjectCtor = typeof(object).GetConstructor(Type.EmptyTypes… field in Microsoft.Internal.GenerationServices