Changeset 15043 in webkit for trunk/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jun 25, 2006, 8:12:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.h
r14951 r15043 98 98 // Will be assigned the built-in function prototype 99 99 JSObjectRef JSFunctionMake(JSContextRef context, JSCallAsFunctionCallback callback); 100 // Will be assigned the built-in object prototype 101 JSObjectRef JSConstructorMake(JSContextRef context, JSCallAsConstructorCallback callback); 100 102 101 103 JSCharBufferRef JSObjectGetDescription(JSObjectRef object);
Note:
See TracChangeset
for help on using the changeset viewer.