Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4reflect_p.h72 …static ReturnedValue method_defineProperty(const FunctionObject *, const Value *thisObject, const …
H A Dqv4reflect.cpp59 …r->defineDefaultProperty(QStringLiteral("defineProperty"), QV4::Reflect::method_defineProperty, 3); in init()
123 ReturnedValue Reflect::method_defineProperty(const FunctionObject *f, const Value *, const Value *a… in method_defineProperty() function in Reflect
H A Dqv4objectproto_p.h84 …static ReturnedValue method_defineProperty(const FunctionObject *, const Value *thisObject, const …
H A Dqv4objectproto.cpp106 ctor->defineDefaultProperty(QStringLiteral("defineProperty"), method_defineProperty, 3); in init()
317 ReturnedValue ObjectPrototype::method_defineProperty(const FunctionObject *b, const Value *, const … in method_defineProperty() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4reflect_p.h72 …static ReturnedValue method_defineProperty(const FunctionObject *, const Value *thisObject, const …
H A Dqv4reflect.cpp59 …r->defineDefaultProperty(QStringLiteral("defineProperty"), QV4::Reflect::method_defineProperty, 3); in init()
123 ReturnedValue Reflect::method_defineProperty(const FunctionObject *f, const Value *, const Value *a… in method_defineProperty() function in Reflect
H A Dqv4objectproto_p.h84 …static ReturnedValue method_defineProperty(const FunctionObject *, const Value *thisObject, const …
H A Dqv4objectproto.cpp106 ctor->defineDefaultProperty(QStringLiteral("defineProperty"), method_defineProperty, 3); in init()
317 ReturnedValue ObjectPrototype::method_defineProperty(const FunctionObject *b, const Value *, const … in method_defineProperty() function in ObjectPrototype