Home
last modified time | relevance | path

Searched refs:method_getOwnPropertyDescriptor (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4reflect.cpp62 …erty(QStringLiteral("getOwnPropertyDescriptor"), QV4::Reflect::method_getOwnPropertyDescriptor, 2); in init()
173 ReturnedValue Reflect::method_getOwnPropertyDescriptor(const FunctionObject *f, const Value *thisOb… in method_getOwnPropertyDescriptor() function in Reflect
178 return ObjectPrototype::method_getOwnPropertyDescriptor(f, thisObject, argv, argc); in method_getOwnPropertyDescriptor()
H A Dqv4reflect_p.h75 …static ReturnedValue method_getOwnPropertyDescriptor(const FunctionObject *, const Value *thisObje…
H A Dqv4objectproto_p.h87 …static ReturnedValue method_getOwnPropertyDescriptor(const FunctionObject *, const Value *thisObje…
H A Dqv4objectproto.cpp100 …ineDefaultProperty(QStringLiteral("getOwnPropertyDescriptor"), method_getOwnPropertyDescriptor, 2); in init()
156 ReturnedValue ObjectPrototype::method_getOwnPropertyDescriptor(const FunctionObject *b, const Value… in method_getOwnPropertyDescriptor() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4reflect.cpp62 …erty(QStringLiteral("getOwnPropertyDescriptor"), QV4::Reflect::method_getOwnPropertyDescriptor, 2); in init()
173 ReturnedValue Reflect::method_getOwnPropertyDescriptor(const FunctionObject *f, const Value *thisOb… in method_getOwnPropertyDescriptor() function in Reflect
178 return ObjectPrototype::method_getOwnPropertyDescriptor(f, thisObject, argv, argc); in method_getOwnPropertyDescriptor()
H A Dqv4reflect_p.h75 …static ReturnedValue method_getOwnPropertyDescriptor(const FunctionObject *, const Value *thisObje…
H A Dqv4objectproto_p.h87 …static ReturnedValue method_getOwnPropertyDescriptor(const FunctionObject *, const Value *thisObje…
H A Dqv4objectproto.cpp100 …ineDefaultProperty(QStringLiteral("getOwnPropertyDescriptor"), method_getOwnPropertyDescriptor, 2); in init()
156 ReturnedValue ObjectPrototype::method_getOwnPropertyDescriptor(const FunctionObject *b, const Value… in method_getOwnPropertyDescriptor() function in ObjectPrototype