Changeset 34355 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Jun 3, 2008, 5:40:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r33979 r34355 79 79 void init(ExecState*); 80 80 81 static JSValue* cachedValueGetter(ExecState*, JSObject*,const Identifier&, const PropertySlot&);82 static JSValue* staticValueGetter(ExecState*, JSObject*, const Identifier&, const PropertySlot& slot);83 static JSValue* staticFunctionGetter(ExecState*, JSObject*, const Identifier&, const PropertySlot& slot);84 static JSValue* callbackGetter(ExecState*, JSObject*,const Identifier&, const PropertySlot&);81 static JSValue* cachedValueGetter(ExecState*, const Identifier&, const PropertySlot&); 82 static JSValue* staticValueGetter(ExecState*, const Identifier&, const PropertySlot&); 83 static JSValue* staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&); 84 static JSValue* callbackGetter(ExecState*, const Identifier&, const PropertySlot&); 85 85 86 86 void* m_privateData;
Note:
See TracChangeset
for help on using the changeset viewer.