|
1 LIBRARY "WebKit" |
|
2 |
|
3 EXPORTS |
|
4 DllGetClassObject PRIVATE |
|
5 DllCanUnloadNow PRIVATE |
|
6 DllRegisterServer PRIVATE |
|
7 DllUnregisterServer PRIVATE |
|
8 RunAsLocalServer PRIVATE |
|
9 JSCheckScriptSyntax |
|
10 JSClassCreate |
|
11 JSClassRelease |
|
12 JSClassRetain |
|
13 JSContextGetGlobalObject |
|
14 JSEvaluateScript |
|
15 JSGarbageCollect |
|
16 JSGlobalContextCreate |
|
17 JSGlobalContextRelease |
|
18 JSGlobalContextRetain |
|
19 JSObjectCallAsConstructor |
|
20 JSObjectCallAsFunction |
|
21 JSObjectCopyPropertyNames |
|
22 JSObjectDeleteProperty |
|
23 JSObjectGetPrivate |
|
24 JSObjectGetProperty |
|
25 JSObjectGetPropertyAtIndex |
|
26 JSObjectGetPrototype |
|
27 JSObjectHasProperty |
|
28 JSObjectIsConstructor |
|
29 JSObjectIsFunction |
|
30 JSObjectMake |
|
31 JSObjectMakeConstructor |
|
32 JSObjectMakeFunction |
|
33 JSObjectMakeFunction |
|
34 JSObjectMakeFunctionWithCallback |
|
35 JSObjectSetPrivate |
|
36 JSObjectSetProperty |
|
37 JSObjectSetPropertyAtIndex |
|
38 JSObjectSetPrototype |
|
39 JSPropertyNameAccumulatorAddName |
|
40 JSPropertyNameArrayGetCount |
|
41 JSPropertyNameArrayGetNameAtIndex |
|
42 JSPropertyNameArrayRelease |
|
43 JSPropertyNameArrayRetain |
|
44 JSStringCopyCFString |
|
45 JSStringCreateWithCFString |
|
46 JSStringCreateWithCharacters |
|
47 JSStringCreateWithUTF8CString |
|
48 JSStringGetCharactersPtr |
|
49 JSStringGetLength |
|
50 JSStringGetMaximumUTF8CStringSize |
|
51 JSStringGetUTF8CString |
|
52 JSStringIsEqual |
|
53 JSStringIsEqualToUTF8CString |
|
54 JSStringRelease |
|
55 JSStringRetain |
|
56 JSValueGetType |
|
57 JSValueIsBoolean |
|
58 JSValueIsEqual |
|
59 JSValueIsInstanceOfConstructor |
|
60 JSValueIsNull |
|
61 JSValueIsNumber |
|
62 JSValueIsObject |
|
63 JSValueIsObjectOfClass |
|
64 JSValueIsStrictEqual |
|
65 JSValueIsString |
|
66 JSValueIsUndefined |
|
67 JSValueMakeBoolean |
|
68 JSValueMakeNull |
|
69 JSValueMakeNumber |
|
70 JSValueMakeString |
|
71 JSValueMakeUndefined |
|
72 JSValueProtect |
|
73 JSValueToBoolean |
|
74 JSValueToNumber |
|
75 JSValueToObject |
|
76 JSValueToStringCopy |
|
77 JSValueUnprotect |
|
78 ; KJS_JSCreateNativeJSObject |
|
79 ; KJS_JSObject_JSFinalize |
|
80 ; KJS_JSObject_JSObjectCall |
|
81 ; KJS_JSObject_JSObjectEval |
|
82 ; KJS_JSObject_JSObjectGetMember |
|
83 ; KJS_JSObject_JSObjectGetSlot |
|
84 ; KJS_JSObject_JSObjectRemoveMember |
|
85 ; KJS_JSObject_JSObjectSetMember |
|
86 ; KJS_JSObject_JSObjectSetSlot |
|
87 ; KJS_JSObject_JSObjectToString |
|
88 WebLocalizedString |
|
89 WebLocalizedLPCTSTR |
|
90 SetWebLocalizedStringMainBundle |
|
91 DrawTextAtPoint |
|
92 WebDrawText |
|
93 FontMetrics |
|
94 TextFloatWidth |
|
95 CenterTruncateStringToWidth |
|
96 RightTruncateStringToWidth |
|
97 ?fastMalloc@WTF@@YAPAXI@Z |
|
98 ?fastFree@WTF@@YAXPAX@Z |
|
99 ?fastCalloc@WTF@@YAPAXII@Z |