Changeset 104899 in webkit for trunk/Source/JavaScriptCore/debugger/DebuggerActivation.h
- Timestamp:
- Jan 12, 2012, 10:44:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/DebuggerActivation.h
r103243 r104899 46 46 static bool getOwnPropertySlot(JSCell*, ExecState*, const Identifier& propertyName, PropertySlot&); 47 47 static void put(JSCell*, ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&); 48 static void put WithAttributes(JSObject*, ExecState*, const Identifier& propertyName, JSValue, unsigned attributes);48 static void putDirectVirtual(JSObject*, ExecState*, const Identifier& propertyName, JSValue, unsigned attributes); 49 49 static bool deleteProperty(JSCell*, ExecState*, const Identifier& propertyName); 50 50 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
Note:
See TracChangeset
for help on using the changeset viewer.