Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4compiler_p.h124 int registerSetterLookup(const QString &name);
125 int registerSetterLookup(int nameIndex);
H A Dqv4compiler.cpp170 int QV4::Compiler::JSUnitGenerator::registerSetterLookup(const QString &name) in registerSetterLookup() function in QV4::Compiler::JSUnitGenerator
172 return registerSetterLookup(registerString(name)); in registerSetterLookup()
175 int QV4::Compiler::JSUnitGenerator::registerSetterLookup(int nameIndex) in registerSetterLookup() function in QV4::Compiler::JSUnitGenerator
H A Dqv4codegen_p.h516 …int registerSetterLookup(int nameIndex) { return jsUnitGenerator->registerSetterLookup(nameIndex);… in registerSetterLookup() function
H A Dqv4codegen.cpp4285 store.index = codegen->registerSetterLookup(propertyNameIndex); in storeAccumulator()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4compiler_p.h124 int registerSetterLookup(const QString &name);
125 int registerSetterLookup(int nameIndex);
H A Dqv4compiler.cpp170 int QV4::Compiler::JSUnitGenerator::registerSetterLookup(const QString &name) in registerSetterLookup() function in QV4::Compiler::JSUnitGenerator
172 return registerSetterLookup(registerString(name)); in registerSetterLookup()
175 int QV4::Compiler::JSUnitGenerator::registerSetterLookup(int nameIndex) in registerSetterLookup() function in QV4::Compiler::JSUnitGenerator
H A Dqv4codegen_p.h516 …int registerSetterLookup(int nameIndex) { return jsUnitGenerator->registerSetterLookup(nameIndex);… in registerSetterLookup() function
H A Dqv4codegen.cpp4285 store.index = codegen->registerSetterLookup(propertyNameIndex); in storeAccumulator()