Home
last modified time | relevance | path

Searched refs:method_getPrototypeOf (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.h76 …static ReturnedValue method_getPrototypeOf(const FunctionObject *, const Value *, const Value *arg…
H A Dqv4reflect.cpp63 …r->defineDefaultProperty(QStringLiteral("getPrototypeOf"), QV4::Reflect::method_getPrototypeOf, 1); in init()
181 ReturnedValue Reflect::method_getPrototypeOf(const FunctionObject *f, const Value *, const Value *a… in method_getPrototypeOf() function in Reflect
H A Dqv4objectproto_p.h91 …static ReturnedValue method_getPrototypeOf(const FunctionObject *, const Value *thisObject, const …
H A Dqv4objectproto.cpp99 ctor->defineDefaultProperty(QStringLiteral("getPrototypeOf"), method_getPrototypeOf, 1); in init()
133 ReturnedValue ObjectPrototype::method_getPrototypeOf(const FunctionObject *b, const Value *, const … in method_getPrototypeOf() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4reflect_p.h76 …static ReturnedValue method_getPrototypeOf(const FunctionObject *, const Value *, const Value *arg…
H A Dqv4reflect.cpp63 …r->defineDefaultProperty(QStringLiteral("getPrototypeOf"), QV4::Reflect::method_getPrototypeOf, 1); in init()
181 ReturnedValue Reflect::method_getPrototypeOf(const FunctionObject *f, const Value *, const Value *a… in method_getPrototypeOf() function in Reflect
H A Dqv4objectproto_p.h91 …static ReturnedValue method_getPrototypeOf(const FunctionObject *, const Value *thisObject, const …
H A Dqv4objectproto.cpp99 ctor->defineDefaultProperty(QStringLiteral("getPrototypeOf"), method_getPrototypeOf, 1); in init()
133 ReturnedValue ObjectPrototype::method_getPrototypeOf(const FunctionObject *b, const Value *, const … in method_getPrototypeOf() function in ObjectPrototype