Changeset 87588 in webkit for trunk/Source/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- May 27, 2011, 5:28:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSCallbackObject.h
r87586 r87588 189 189 static EncodedJSValue JSC_HOST_CALL construct(ExecState*); 190 190 191 static JSValue staticValueGetter(ExecState*, JSValue, const Identifier&);191 JSValue getStaticValue(ExecState*, const Identifier&); 192 192 static JSValue staticFunctionGetter(ExecState*, JSValue, const Identifier&); 193 193 static JSValue callbackGetter(ExecState*, JSValue, const Identifier&);
Note:
See TracChangeset
for help on using the changeset viewer.