QmlJS: Make 'length' property available on all FunctionValues.

Change-Id: I62bb8f41177521db1f3213d6bd804d8e4852560d
Reviewed-on: http://codereview.qt.nokia.com/1044
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
Christian Kamm
2011-07-04 09:24:24 +02:00
parent d72ee7c7da
commit eec591ff1c
2 changed files with 1 additions and 17 deletions

View File

@@ -549,11 +549,6 @@ public:
void addArgument(const Value *argument);
void setReturnValue(const Value *returnValue);
// ObjectValue interface
virtual const Value *lookupMember(const QString &name, const Context *context,
const ObjectValue **foundInObject = 0,
bool examinePrototypes = true) const;
// FunctionValue interface
virtual const Value *returnValue() const;
virtual int argumentCount() const;