Changeset 38268 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Nov 10, 2008, 12:25:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r38066 r38268 83 83 static JSObject* construct(ExecState*, JSObject* constructor, const ArgList&); 84 84 85 static JSValue* cachedValueGetter(ExecState*, const Identifier&, const PropertySlot&);86 85 static JSValue* staticValueGetter(ExecState*, const Identifier&, const PropertySlot&); 87 86 static JSValue* staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.