Home
last modified time | relevance | path

Searched refs:method_freeze (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h86 …static ReturnedValue method_freeze(const FunctionObject *, const Value *thisObject, const Value *a…
H A Dqv4executablecompilationunit.cpp275 ObjectPrototype::method_freeze(engine->functionCtor(), nullptr, raw, 1); in templateObjectAt()
277 ObjectPrototype::method_freeze(engine->functionCtor(), nullptr, a, 1); in templateObjectAt()
H A Dqv4objectproto.cpp110 ctor->defineDefaultProperty(QStringLiteral("freeze"), method_freeze, 1); in init()
438 ReturnedValue ObjectPrototype::method_freeze(const FunctionObject *b, const Value *, const Value *a… in method_freeze() function in ObjectPrototype
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h86 …static ReturnedValue method_freeze(const FunctionObject *, const Value *thisObject, const Value *a…
H A Dqv4objectproto.cpp110 ctor->defineDefaultProperty(QStringLiteral("freeze"), method_freeze, 1); in init()
438 ReturnedValue ObjectPrototype::method_freeze(const FunctionObject *b, const Value *, const Value *a… in method_freeze() function in ObjectPrototype
H A Dqv4executablecompilationunit.cpp275 ObjectPrototype::method_freeze(engine->functionCtor(), nullptr, raw, 1); in templateObjectAt()
277 ObjectPrototype::method_freeze(engine->functionCtor(), nullptr, a, 1); in templateObjectAt()