Changeset 56318 in webkit for trunk/JavaScriptCore/API/tests/testapi.c
- Timestamp:
- Mar 21, 2010, 1:08:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/tests/testapi.c
r56314 r56318 27 27 #include "JSBasePrivate.h" 28 28 #include "JSContextRefPrivate.h" 29 #include "JSObjectRefPrivate.h" 29 30 #include <math.h> 30 31 #define ASSERT_DISABLED 0 … … 42 43 43 44 #endif 44 45 bool JSObjectSetPrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value);46 JSValueRef JSObjectGetPrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName);47 bool JSObjectDeletePrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName);48 45 49 46 static JSGlobalContextRef context;
Note:
See TracChangeset
for help on using the changeset viewer.