Changeset 15376 in webkit for trunk/JavaScriptCore/JavaScriptCore.exp
- Timestamp:
- Jul 12, 2006, 1:12:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.exp
r15321 r15376 2 2 .objc_class_name_WebScriptObjectPrivate 3 3 .objc_class_name_WebUndefined 4 _CFStringCreateWithJSInternalString5 _JSBooleanMake6 4 _JSCheckSyntax 7 5 _JSClassCreate 8 6 _JSClassRelease 9 7 _JSClassRetain 10 _JSConstructorMake11 8 _JSContextCreate 12 9 _JSContextDestroy 13 10 _JSContextGetGlobalObject 14 11 _JSEvaluate 15 _JSFunctionMake 16 _JSFunctionMakeWithBody 17 _JSGCCollect 18 _JSGCProtect 19 _JSGCUnprotect 20 _JSInternalStringCreate 21 _JSInternalStringCreateCF 22 _JSInternalStringCreateUTF8 23 _JSInternalStringGetCharacters 24 _JSInternalStringGetCharactersPtr 25 _JSInternalStringGetCharactersUTF8 26 _JSInternalStringGetLength 27 _JSInternalStringGetMaxLengthUTF8 28 _JSInternalStringIsEqual 29 _JSInternalStringIsEqualUTF8 30 _JSInternalStringRelease 31 _JSInternalStringRetain 32 _JSNullMake 33 _JSNumberMake 12 _JSGarbageCollect 34 13 _JSObjectCallAsConstructor 35 14 _JSObjectCallAsFunction … … 44 23 _JSObjectIsFunction 45 24 _JSObjectMake 25 _JSObjectMakeConstructor 26 _JSObjectMakeFunction 27 _JSObjectMakeFunctionWithBody 46 28 _JSObjectSetPrivate 47 29 _JSObjectSetProperty 48 30 _JSObjectSetPrototype 49 _JSPropertyEnumeratorGetNext 31 _JSPropertyEnumeratorGetNextName 50 32 _JSPropertyEnumeratorRelease 51 33 _JSPropertyEnumeratorRetain 52 34 _JSPropertyListAdd 53 _JSStringMake 54 _JSUndefinedMake 55 _JSValueCopyStringValue 35 _JSStringCopyCFString 36 _JSStringCreateWithCFString 37 _JSStringCreateWithCharacters 38 _JSStringCreateWithUTF8CString 39 _JSStringGetCharactersPtr 40 _JSStringGetLength 41 _JSStringGetMaximumUTF8CStringSize 42 _JSStringGetUTF8CString 43 _JSStringIsEqual 44 _JSStringIsEqualToUTF8CString 45 _JSStringRelease 46 _JSStringRetain 56 47 _JSValueGetType 57 48 _JSValueIsBoolean 58 49 _JSValueIsEqual 59 _JSValueIsInstanceOf 50 _JSValueIsInstanceOfConstructor 60 51 _JSValueIsNull 61 52 _JSValueIsNumber … … 65 56 _JSValueIsString 66 57 _JSValueIsUndefined 58 _JSValueMakeBoolean 59 _JSValueMakeNull 60 _JSValueMakeNumber 61 _JSValueMakeString 62 _JSValueMakeUndefined 63 _JSValueProtect 67 64 _JSValueToBoolean 68 65 _JSValueToNumber 69 66 _JSValueToObject 67 _JSValueToStringCopy 68 _JSValueUnprotect 70 69 _KJS_JSCreateNativeJSObject 71 70 _KJS_JSObject_JSFinalize
Note:
See TracChangeset
for help on using the changeset viewer.