Home
last modified time | relevance | path

Searched refs:method_create (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DMethodOnTypeBuilderInstTest.cs52 private MethodInfo method_create; field in MonoTests.System.Reflection.Emit.MethodOnTypeBuilderInstTest
112 attrs = method_create.Attributes; in Attributes()
127 conv = method_create.CallingConvention; in CallingConvention()
170 method_create.GetBaseDefinition (); in GetBaseDefinition()
195 method_create.GetCustomAttributes (false); in GetCustomAttributes1()
246 args = method_create.GetGenericArguments (); in GetGenericArguments()
286 method_create.GetParameters (); in GetParameters()
377 method_create.MakeGenericMethod (typeof (int)); in MakeGenericMethod()
452 ParameterInfo ret = method_create.ReturnParameter; in ReturnParameter()
478 ret = method_create.ReturnType; in ReturnType()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h82 …static ReturnedValue method_create(const FunctionObject *, const Value *thisObject, const Value *a…
H A Dqv4objectproto.cpp105 ctor->defineDefaultProperty(QStringLiteral("create"), method_create, 2); in init()
295 ReturnedValue ObjectPrototype::method_create(const FunctionObject *builtin, const Value *thisObject… in method_create() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h82 …static ReturnedValue method_create(const FunctionObject *, const Value *thisObject, const Value *a…
H A Dqv4objectproto.cpp105 ctor->defineDefaultProperty(QStringLiteral("create"), method_create, 2); in init()
295 ReturnedValue ObjectPrototype::method_create(const FunctionObject *builtin, const Value *thisObject… in method_create() function in ObjectPrototype