Lines Matching refs:Reference
635 * kjs/reference.cpp: (Reference::getValue): Call ustring().
1294 Final step of the Reference change. Completely separate Reference
1301 (Node::evaluateReference): Use Reference::makeValueReference(),
1304 (Reference::Reference): New implementation, handles both regular
1306 (Reference::makeValueReference): Incorporate functionality of ConstReference
1308 (Reference::getBase): New implementation (incorporates error vase
1310 (Reference::getPropertyName): New implementation (incorporates error case
1312 (Reference::putValue): New implementation (incorporates error case
1314 (Reference::deleteValue): New implementation (incorporates error case
1316 (Reference::getValue): New implementation (incorporates special case
1318 (Reference::isMutable): New implementation.
1349 (Reference::Reference):
1350 (Reference::makeValueReference):
1351 (Reference::getBase):
1352 (Reference::getPropertyName):
1353 (Reference::getValue):
1354 (Reference::putValue):
1355 (Reference::deleteValue):
1356 (Reference::isMutable):
1366 an actual Reference object, so ReferenceList no longer depends on
1367 Reference being a Value or having a ReferenceImp. A resizing
1370 Also moved Reference to its own header and implementation file in
1377 (Reference::Reference):
1378 (Reference::dynamicCast):
1400 Value/Reference split.
1416 operations from Value to Reference. A special ConstReference class
1420 Also, Reference now inherits privately from Value, and there is a
1422 uses of Reference and Value are now completely orthogonal. This
1728 (Reference::Reference): Added constructors for the numeric property name case.
1747 (ValueImp::getBase): Remove handling of the Reference case. That's in ReferenceImp now.
1748 … (ValueImp::getPropertyName): Remove handling of the Reference case. That's in ReferenceImp now.
1749 (ValueImp::getValue): Remove handling of the Reference case. That's in ReferenceImp now.
1750 (ValueImp::putValue): Remove handling of the Reference case. That's in ReferenceImp now.