Changeset 15468 in webkit for trunk/JavaScriptCore/JavaScriptCore.exp
- Timestamp:
- Jul 16, 2006, 2:06:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.exp
r15462 r15468 14 14 _JSObjectCallAsConstructor 15 15 _JSObjectCallAsFunction 16 _JSObjectC reatePropertyEnumerator16 _JSObjectCopyPropertyNames 17 17 _JSObjectDeleteProperty 18 18 _JSObjectGetPrivate 19 19 _JSObjectGetProperty 20 _JSObjectGetPropertyAtIndex 20 21 _JSObjectGetPrototype 21 22 _JSObjectHasProperty … … 28 29 _JSObjectSetPrivate 29 30 _JSObjectSetProperty 31 _JSObjectSetPropertyAtIndex 30 32 _JSObjectSetPrototype 31 _JSPropertyEnumeratorGetNextName 32 _JSPropertyEnumeratorRelease 33 _JSPropertyEnumeratorRetain 34 _JSPropertyListAdd 33 _JSPropertyNameAccumulatorAddName 34 _JSPropertyNameArrayGetCount 35 _JSPropertyNameArrayGetNameAtIndex 36 _JSPropertyNameArrayRelease 37 _JSPropertyNameArrayRetain 35 38 _JSStringCopyCFString 36 39 _JSStringCreateWithCFString … … 139 142 __ZN3KJS12PropertySlot15undefinedGetterEPNS_9ExecStateEPNS_8JSObjectERKNS_10IdentifierERKS0_ 140 143 __ZN3KJS12jsNumberCellEd 141 __ZN3KJS13ReferenceList6appendERKNS_9ReferenceE142 __ZN3KJS13ReferenceListC1Ev143 __ZN3KJS13ReferenceListD1Ev144 144 __ZN3KJS13SavedBuiltinsC1Ev 145 145 __ZN3KJS13SavedBuiltinsD1Ev … … 147 147 __ZN3KJS15SavedPropertiesD1Ev 148 148 __ZN3KJS16RuntimeObjectImpC1EPNS_8Bindings8InstanceE 149 __ZN3KJS17PropertyNameArray3addERKNS_10IdentifierE 149 150 __ZN3KJS18lengthPropertyNameE 150 151 __ZN3KJS19InternalFunctionImp11hasInstanceEPNS_9ExecStateEPNS_7JSValueE … … 152 153 __ZN3KJS19InternalFunctionImpC2EPNS_17FunctionPrototypeERKNS_10IdentifierE 153 154 __ZN3KJS19messagePropertyNameE 154 __ZN3KJS21ReferenceListIteratorppEi155 155 __ZN3KJS21prototypePropertyNameE 156 156 __ZN3KJS4List6appendEPNS_7JSValueE … … 187 187 __ZN3KJS8JSObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE 188 188 __ZN3KJS8JSObject14deletePropertyEPNS_9ExecStateEj 189 __ZN3KJS8JSObject1 5getPropertyListERNS_13ReferenceListEb189 __ZN3KJS8JSObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayE 190 190 __ZN3KJS8JSObject18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE 191 191 __ZN3KJS8JSObject22fillGetterPropertySlotERNS_12PropertySlotEPPNS_7JSValueE … … 207 207 __ZN3KJS9Collector7protectEPNS_7JSValueE 208 208 __ZN3KJS9Collector9unprotectEPNS_7JSValueE 209 __ZN3KJS9ReferenceC1EPNS_8JSObjectERKNS_10IdentifierE210 209 __ZN3KJSeqERKNS_7UStringEPKc 211 210 __ZN3WTF10fastCallocEmm … … 222 221 __ZNK3KJS11PropertyMap4saveERNS_15SavedPropertiesE 223 222 __ZNK3KJS12DateInstance7getTimeERdRi 224 __ZNK3KJS13ReferenceList3endEv225 __ZNK3KJS13ReferenceList5beginEv226 223 __ZNK3KJS19InternalFunctionImp14implementsCallEv 227 224 __ZNK3KJS19InternalFunctionImp21implementsHasInstanceEv 228 __ZNK3KJS21ReferenceListIteratorneERKS0_229 __ZNK3KJS21ReferenceListIteratorptEv230 225 __ZNK3KJS4List2atEi 231 226 __ZNK3KJS4List8copyTailEv … … 258 253 __ZNK3KJS8JSObject9toBooleanEPNS_9ExecStateE 259 254 __ZNK3KJS9ExecState18lexicalInterpreterEv 260 __ZNK3KJS9Reference15getPropertyNameEv261 255 __ZTVN3KJS19InternalFunctionImpE 262 256 __ZTVN3KJS8JSObjectE
Note:
See TracChangeset
for help on using the changeset viewer.