forked from qt-creator/qt-creator
Show the argument names from the method's signature.
This commit is contained in:
@@ -295,6 +295,8 @@ public:
|
||||
|
||||
virtual int argumentCount() const;
|
||||
virtual const Value *argument(int index) const;
|
||||
virtual QString argumentName(int index) const;
|
||||
virtual bool isVariadic() const;
|
||||
|
||||
virtual const Value *invoke(const Activation *activation) const;
|
||||
|
||||
@@ -444,6 +446,8 @@ public:
|
||||
ObjectValue *globalObject() const;
|
||||
const ObjectValue *mathObject() const;
|
||||
|
||||
void registerObject(ObjectValue *object);
|
||||
|
||||
// prototypes
|
||||
ObjectValue *objectPrototype() const;
|
||||
ObjectValue *functionPrototype() const;
|
||||
|
Reference in New Issue
Block a user