Home | History | Annotate | Download | only in runtime

Lines Matching refs:Identifier

54         virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
59 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
60 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
75 bool symbolTableGet(const Identifier&, PropertySlot&);
76 bool symbolTableGet(const Identifier&, PropertyDescriptor&);
77 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);
78 bool symbolTablePut(JSGlobalData&, const Identifier&, JSValue);
79 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes);
81 static JSValue argumentsGetter(ExecState*, JSValue, const Identifier&);