Home
last modified time | relevance | path

Searched refs:method_defineProperties (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h83 …static ReturnedValue method_defineProperties(const FunctionObject *, const Value *thisObject, cons…
H A Dqv4objectproto.cpp107 ctor->defineDefaultProperty(QStringLiteral("defineProperties"), method_defineProperties, 2); in init()
311 return method_defineProperties(builtin, thisObject, arguments, argc); in method_create()
341 ReturnedValue ObjectPrototype::method_defineProperties(const FunctionObject *b, const Value *, cons… in method_defineProperties() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h83 …static ReturnedValue method_defineProperties(const FunctionObject *, const Value *thisObject, cons…
H A Dqv4objectproto.cpp107 ctor->defineDefaultProperty(QStringLiteral("defineProperties"), method_defineProperties, 2); in init()
311 return method_defineProperties(builtin, thisObject, arguments, argc); in method_create()
341 ReturnedValue ObjectPrototype::method_defineProperties(const FunctionObject *b, const Value *, cons… in method_defineProperties() function in ObjectPrototype