source: webkit/trunk/JavaScriptCore/JavaScriptCore.exp@ 60057

Last change on this file since 60057 was 60057, checked in by [email protected], 15 years ago

Fix for https://bugs.webkit.org/show_bug.cgi?id=39575
Make JS DOMObject inherit from JSObjectWithGlobalObject instead of JSObject

Reviewed by Oliver Hunt.

JavaScriptCore:

Expose the global object stored in JSObjectWithGlobalObject.

(JSC::JSObjectWithGlobalObject::JSObjectWithGlobalObject):
(JSC::JSObjectWithGlobalObject::globalObject):

  • runtime/JSObjectWithGlobalObject.h:

WebCore:

  • Changes JSDOMWindowShell to inherit from JSObject instead of DOMObject since it doesn't ever go into any DOMObject tables. In a separate change, we may want to make this inherit from JSObjectWithGlobalObject since JSDOMWindowShell does store a global object pointer.
  • Change DOMObject to inherit from JSObjectWithGlobalObject instead of JSObject. In this change I am keeping around DOMObjectWithGlobalPointer, which now just uses the capabilities of JSObjectWithGlobalObject instead of implementing them itself. DOMObjectWithGlobalPointer will go away in a subsequent patch.
  • bindings/js/JSDOMBinding.h:

(WebCore::DOMObjectWithGlobalPointer::globalObject):
(WebCore::DOMObjectWithGlobalPointer::DOMObjectWithGlobalPointer):

  • bindings/js/JSDOMWindowShell.h:
  • bindings/js/JSDOMWrapper.h:

(WebCore::DOMObject::DOMObject):

  • Property svn:eol-style set to native
File size: 22.6 KB
Line 
1_JSCheckScriptSyntax
2_JSClassCreate
3_JSClassRelease
4_JSClassRetain
5_JSContextGetGlobalContext
6_JSContextGetGlobalObject
7_JSContextGetGroup
8_JSContextGroupCreate
9_JSContextGroupRelease
10_JSContextGroupRetain
11_JSEndProfiling
12_JSEvaluateScript
13_JSGarbageCollect
14_JSGlobalContextCreate
15_JSGlobalContextCreateInGroup
16_JSGlobalContextRelease
17_JSGlobalContextRetain
18_JSObjectCallAsConstructor
19_JSObjectCallAsFunction
20_JSObjectCopyPropertyNames
21_JSObjectDeletePrivateProperty
22_JSObjectDeleteProperty
23_JSObjectGetPrivate
24_JSObjectGetPrivateProperty
25_JSObjectGetProperty
26_JSObjectGetPropertyAtIndex
27_JSObjectGetPrototype
28_JSObjectHasProperty
29_JSObjectIsConstructor
30_JSObjectIsFunction
31_JSObjectMake
32_JSObjectMakeArray
33_JSObjectMakeConstructor
34_JSObjectMakeDate
35_JSObjectMakeError
36_JSObjectMakeFunction
37_JSObjectMakeFunctionWithCallback
38_JSObjectMakeRegExp
39_JSObjectSetPrivate
40_JSObjectSetPrivateProperty
41_JSObjectSetProperty
42_JSObjectSetPropertyAtIndex
43_JSObjectSetPrototype
44_JSPropertyNameAccumulatorAddName
45_JSPropertyNameArrayGetCount
46_JSPropertyNameArrayGetNameAtIndex
47_JSPropertyNameArrayRelease
48_JSPropertyNameArrayRetain
49_JSReportExtraMemoryCost
50_JSStartProfiling
51_JSStringCopyCFString
52_JSStringCreateWithCFString
53_JSStringCreateWithCharacters
54_JSStringCreateWithUTF8CString
55_JSStringGetCharactersPtr
56_JSStringGetLength
57_JSStringGetMaximumUTF8CStringSize
58_JSStringGetUTF8CString
59_JSStringIsEqual
60_JSStringIsEqualToUTF8CString
61_JSStringRelease
62_JSStringRetain
63_JSValueCreateJSONString
64_JSValueGetType
65_JSValueIsBoolean
66_JSValueIsEqual
67_JSValueIsInstanceOfConstructor
68_JSValueIsNull
69_JSValueIsNumber
70_JSValueIsObject
71_JSValueIsObjectOfClass
72_JSValueIsStrictEqual
73_JSValueIsString
74_JSValueIsUndefined
75_JSValueMakeBoolean
76_JSValueMakeFromJSONString
77_JSValueMakeNull
78_JSValueMakeNumber
79_JSValueMakeString
80_JSValueMakeUndefined
81_JSValueProtect
82_JSValueToBoolean
83_JSValueToNumber
84_JSValueToObject
85_JSValueToStringCopy
86_JSValueUnprotect
87_JSWeakObjectMapClear
88_JSWeakObjectMapCreate
89_JSWeakObjectMapGet
90_JSWeakObjectMapSet
91_WTFLog
92_WTFLogVerbose
93_WTFReportArgumentAssertionFailure
94_WTFReportAssertionFailure
95_WTFReportAssertionFailureWithMessage
96_WTFReportError
97_WTFReportFatalError
98__Z12jsRegExpFreeP8JSRegExp
99__Z15jsRegExpCompilePKti24JSRegExpIgnoreCaseOption23JSRegExpMultilineOptionPjPPKc
100__Z15jsRegExpExecutePK8JSRegExpPKtiiPii
101__ZN14OpaqueJSString6createERKN3JSC7UStringE
102__ZN3JSC10Identifier11addSlowCaseEPNS_12JSGlobalDataEPN7WebCore10StringImplE
103__ZN3JSC10Identifier11addSlowCaseEPNS_9ExecStateEPN7WebCore10StringImplE
104__ZN3JSC10Identifier27checkCurrentIdentifierTableEPNS_12JSGlobalDataE
105__ZN3JSC10Identifier27checkCurrentIdentifierTableEPNS_9ExecStateE
106__ZN3JSC10Identifier3addEPNS_9ExecStateEPKc
107__ZN3JSC10Identifier4fromEPNS_9ExecStateEi
108__ZN3JSC10Identifier4fromEPNS_9ExecStateEj
109__ZN3JSC10Identifier5equalEPKN7WebCore10StringImplEPKc
110__ZN3JSC10JSFunction4infoE
111__ZN3JSC10JSFunction4nameEPNS_9ExecStateE
112__ZN3JSC10JSFunctionC1EPNS_9ExecStateEPNS_14JSGlobalObjectEN3WTF17NonNullPassRefPtrINS_9StructureEEEiRKNS_10IdentifierEPFNS_7JSValueES2_PNS_8JSObjectESC_RKNS_7ArgListEE
113__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeE
114__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeEPKc
115__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeERKNS_7UStringE
116__ZN3JSC11JSByteArray15createStructureENS_7JSValueE
117__ZN3JSC11JSByteArrayC1EPNS_9ExecStateEN3WTF17NonNullPassRefPtrINS_9StructureEEEPNS3_9ByteArrayEPKNS_9ClassInfoE
118__ZN3JSC11ParserArena5resetEv
119__ZN3JSC11checkSyntaxEPNS_9ExecStateERKNS_10SourceCodeE
120__ZN3JSC12DateInstance4infoE
121__ZN3JSC12DateInstanceC1EPNS_9ExecStateEN3WTF17NonNullPassRefPtrINS_9StructureEEEd
122__ZN3JSC12DateInstanceC1EPNS_9ExecStateEd
123__ZN3JSC12JSGlobalData10ClientDataD2Ev
124__ZN3JSC12JSGlobalData11jsArrayVPtrE
125__ZN3JSC12JSGlobalData12createLeakedENS_15ThreadStackTypeE
126__ZN3JSC12JSGlobalData12jsStringVPtrE
127__ZN3JSC12JSGlobalData12stopSamplingEv
128__ZN3JSC12JSGlobalData13startSamplingEv
129__ZN3JSC12JSGlobalData14dumpSampleDataEPNS_9ExecStateE
130__ZN3JSC12JSGlobalData14resetDateCacheEv
131__ZN3JSC12JSGlobalData14sharedInstanceEv
132__ZN3JSC12JSGlobalData6createENS_15ThreadStackTypeE
133__ZN3JSC12JSGlobalDataD1Ev
134__ZN3JSC12SamplingTool5setupEv
135__ZN3JSC12SmallStrings17createEmptyStringEPNS_12JSGlobalDataE
136__ZN3JSC12SmallStrings27createSingleCharacterStringEPNS_12JSGlobalDataEh
137__ZN3JSC12StringObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
138__ZN3JSC12StringObject18getOwnPropertySlotEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
139__ZN3JSC12StringObject18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
140__ZN3JSC12StringObject19getOwnPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayENS_15EnumerationModeE
141__ZN3JSC12StringObject24getOwnPropertyDescriptorEPNS_9ExecStateERKNS_10IdentifierERNS_18PropertyDescriptorE
142__ZN3JSC12StringObject3putEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueERNS_15PutPropertySlotE
143__ZN3JSC12StringObject4infoE
144__ZN3JSC12StringObjectC2EPNS_9ExecStateEN3WTF17NonNullPassRefPtrINS_9StructureEEERKNS_7UStringE
145__ZN3JSC12jsNumberCellEPNS_9ExecStateEd
146__ZN3JSC12nonInlineNaNEv
147__ZN3JSC13SamplingFlags4stopEv
148__ZN3JSC13SamplingFlags5startEv
149__ZN3JSC13SamplingFlags7s_flagsE
150__ZN3JSC13StatementNode6setLocEii
151__ZN3JSC14JSGlobalObject10globalExecEv
152__ZN3JSC14JSGlobalObject12defineGetterEPNS_9ExecStateERKNS_10IdentifierEPNS_8JSObjectEj
153__ZN3JSC14JSGlobalObject12defineSetterEPNS_9ExecStateERKNS_10IdentifierEPNS_8JSObjectEj
154__ZN3JSC14JSGlobalObject12markChildrenERNS_9MarkStackE
155__ZN3JSC14JSGlobalObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueEj
156__ZN3JSC14JSGlobalObject25destroyJSGlobalObjectDataEPv
157__ZN3JSC14JSGlobalObject3putEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueERNS_15PutPropertySlotE
158__ZN3JSC14JSGlobalObject4initEPNS_8JSObjectE
159__ZN3JSC14JSGlobalObjectD2Ev
160__ZN3JSC14JSGlobalObjectnwEmPNS_12JSGlobalDataE
161__ZN3JSC14SamplingThread4stopEv
162__ZN3JSC14SamplingThread5startEj
163__ZN3JSC14TimeoutChecker10didTimeOutEPNS_9ExecStateE
164__ZN3JSC14TimeoutChecker5resetEv
165__ZN3JSC15JSWrapperObject12markChildrenERNS_9MarkStackE
166__ZN3JSC15createTypeErrorEPNS_9ExecStateEPKc
167__ZN3JSC15toInt32SlowCaseEdRb
168__ZN3JSC16InternalFunction4infoE
169__ZN3JSC16InternalFunction4nameEPNS_9ExecStateE
170__ZN3JSC16InternalFunctionC2EPNS_12JSGlobalDataEPNS_14JSGlobalObjectEN3WTF17NonNullPassRefPtrINS_9StructureEEERKNS_10IdentifierE
171__ZN3JSC16JSVariableObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
172__ZN3JSC16JSVariableObject14symbolTableGetERKNS_10IdentifierERNS_18PropertyDescriptorE
173__ZN3JSC16JSVariableObject19getOwnPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayENS_15EnumerationModeE
174__ZN3JSC16toUInt32SlowCaseEdRb
175__ZN3JSC17BytecodeGenerator21setDumpsGeneratedCodeEb
176__ZN3JSC17PropertyNameArray3addEPN7WebCore10StringImplE
177__ZN3JSC17PrototypeFunctionC1EPNS_9ExecStateEPNS_14JSGlobalObjectEN3WTF17NonNullPassRefPtrINS_9StructureEEEiRKNS_10IdentifierEPFNS_7JSValueES2_PNS_8JSObjectESC_RKNS_7ArgListEE
178__ZN3JSC17constructFunctionEPNS_9ExecStateERKNS_7ArgListERKNS_10IdentifierERKNS_7UStringEi
179__ZN3JSC18DebuggerActivationC1EPNS_8JSObjectE
180__ZN3JSC18PropertyDescriptor11setWritableEb
181__ZN3JSC18PropertyDescriptor12setUndefinedEv
182__ZN3JSC18PropertyDescriptor13setDescriptorENS_7JSValueEj
183__ZN3JSC18PropertyDescriptor13setEnumerableEb
184__ZN3JSC18PropertyDescriptor15setConfigurableEb
185__ZN3JSC18PropertyDescriptor17defaultAttributesE
186__ZN3JSC18PropertyDescriptor21setAccessorDescriptorENS_7JSValueES1_j
187__ZN3JSC18PropertyDescriptor9setGetterENS_7JSValueE
188__ZN3JSC18PropertyDescriptor9setSetterENS_7JSValueE
189__ZN3JSC19initializeThreadingEv
190__ZN3JSC20MarkedArgumentBuffer10slowAppendENS_7JSValueE
191__ZN3JSC23AbstractSamplingCounter4dumpEv
192__ZN3JSC23objectProtoFuncToStringEPNS_9ExecStateEPNS_8JSObjectENS_7JSValueERKNS_7ArgListE
193__ZN3JSC23setUpStaticFunctionSlotEPNS_9ExecStateEPKNS_9HashEntryEPNS_8JSObjectERKNS_10IdentifierERNS_12PropertySlotE
194__ZN3JSC24JSObjectWithGlobalObjectC2EPNS_14JSGlobalObjectEN3WTF17NonNullPassRefPtrINS_9StructureEEE
195__ZN3JSC24createStackOverflowErrorEPNS_9ExecStateE
196__ZN3JSC25evaluateInGlobalCallFrameERKNS_7UStringERNS_7JSValueEPNS_14JSGlobalObjectE
197__ZN3JSC35createInterruptedExecutionExceptionEPNS_12JSGlobalDataE
198__ZN3JSC3NaNE
199__ZN3JSC4Heap14primaryHeapEndEv
200__ZN3JSC4Heap15recordExtraCostEm
201__ZN3JSC4Heap16objectTypeCountsEv
202__ZN3JSC4Heap16primaryHeapBeginEv
203__ZN3JSC4Heap17collectAllGarbageEv
204__ZN3JSC4Heap17globalObjectCountEv
205__ZN3JSC4Heap20protectedObjectCountEv
206__ZN3JSC4Heap25protectedObjectTypeCountsEv
207__ZN3JSC4Heap26protectedGlobalObjectCountEv
208__ZN3JSC4Heap6isBusyEv
209__ZN3JSC4Heap7destroyEv
210__ZN3JSC4Heap7protectENS_7JSValueE
211__ZN3JSC4Heap8allocateEm
212__ZN3JSC4Heap9unprotectENS_7JSValueE
213__ZN3JSC4callEPNS_9ExecStateENS_7JSValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE
214__ZN3JSC6JSCell11getCallDataERNS_8CallDataE
215__ZN3JSC6JSCell11getJSNumberEv
216__ZN3JSC6JSCell14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
217__ZN3JSC6JSCell14deletePropertyEPNS_9ExecStateEj
218__ZN3JSC6JSCell16getConstructDataERNS_13ConstructDataE
219__ZN3JSC6JSCell18getOwnPropertySlotEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
220__ZN3JSC6JSCell18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
221__ZN3JSC6JSCell18getPrimitiveNumberEPNS_9ExecStateERdRNS_7JSValueE
222__ZN3JSC6JSCell3putEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueERNS_15PutPropertySlotE
223__ZN3JSC6JSCell3putEPNS_9ExecStateEjNS_7JSValueE
224__ZN3JSC6JSCell9getObjectEv
225__ZN3JSC6JSLock12DropAllLocksC1ENS_14JSLockBehaviorE
226__ZN3JSC6JSLock12DropAllLocksC1EPNS_9ExecStateE
227__ZN3JSC6JSLock12DropAllLocksD1Ev
228__ZN3JSC6JSLock4lockENS_14JSLockBehaviorE
229__ZN3JSC6JSLock6unlockENS_14JSLockBehaviorE
230__ZN3JSC6JSLock9lockCountEv
231__ZN3JSC6JSLockC1EPNS_9ExecStateE
232__ZN3JSC6Parser5parseEPNS_12JSGlobalDataEPiPNS_7UStringE
233__ZN3JSC7JSArray12markChildrenERNS_9MarkStackE
234__ZN3JSC7JSArray15setSubclassDataEPv
235__ZN3JSC7JSArray4infoE
236__ZN3JSC7JSArray9setLengthEj
237__ZN3JSC7JSArrayC1EN3WTF17NonNullPassRefPtrINS_9StructureEEE
238__ZN3JSC7JSArrayC1EN3WTF17NonNullPassRefPtrINS_9StructureEEERKNS_7ArgListE
239__ZN3JSC7JSArrayC2EN3WTF17NonNullPassRefPtrINS_9StructureEEE
240__ZN3JSC7JSArrayD2Ev
241__ZN3JSC7JSValue13isValidCalleeEv
242__ZN3JSC7Profile10restoreAllEv
243__ZN3JSC7Profile5focusEPKNS_11ProfileNodeE
244__ZN3JSC7Profile7excludeEPKNS_11ProfileNodeE
245__ZN3JSC7Profile7forEachEMNS_11ProfileNodeEFvvE
246__ZN3JSC7UString4fromEd
247__ZN3JSC7UString4fromEi
248__ZN3JSC7UString4fromEj
249__ZN3JSC7UString4fromEl
250__ZN3JSC7UStringC1EPKc
251__ZN3JSC7UStringC1EPKtj
252__ZN3JSC8Debugger23recompileAllJSFunctionsEPNS_12JSGlobalDataE
253__ZN3JSC8Debugger6attachEPNS_14JSGlobalObjectE
254__ZN3JSC8Debugger6detachEPNS_14JSGlobalObjectE
255__ZN3JSC8DebuggerD2Ev
256__ZN3JSC8JSObject11hasInstanceEPNS_9ExecStateENS_7JSValueES3_
257__ZN3JSC8JSObject12defineGetterEPNS_9ExecStateERKNS_10IdentifierEPS0_j
258__ZN3JSC8JSObject12defineSetterEPNS_9ExecStateERKNS_10IdentifierEPS0_j
259__ZN3JSC8JSObject12lookupGetterEPNS_9ExecStateERKNS_10IdentifierE
260__ZN3JSC8JSObject12lookupSetterEPNS_9ExecStateERKNS_10IdentifierE
261__ZN3JSC8JSObject12markChildrenERNS_9MarkStackE
262__ZN3JSC8JSObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
263__ZN3JSC8JSObject14deletePropertyEPNS_9ExecStateEj
264__ZN3JSC8JSObject15unwrappedObjectEv
265__ZN3JSC8JSObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayENS_15EnumerationModeE
266__ZN3JSC8JSObject17createInheritorIDEv
267__ZN3JSC8JSObject17defineOwnPropertyEPNS_9ExecStateERKNS_10IdentifierERNS_18PropertyDescriptorEb
268__ZN3JSC8JSObject17putDirectFunctionEPNS_9ExecStateEPNS_10JSFunctionEj
269__ZN3JSC8JSObject17putDirectFunctionEPNS_9ExecStateEPNS_16InternalFunctionEj
270__ZN3JSC8JSObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueEj
271__ZN3JSC8JSObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueEjbRNS_15PutPropertySlotE
272__ZN3JSC8JSObject17putWithAttributesEPNS_9ExecStateEjNS_7JSValueEj
273__ZN3JSC8JSObject18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
274__ZN3JSC8JSObject18getPrimitiveNumberEPNS_9ExecStateERdRNS_7JSValueE
275__ZN3JSC8JSObject19getOwnPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayENS_15EnumerationModeE
276__ZN3JSC8JSObject21getPropertyDescriptorEPNS_9ExecStateERKNS_10IdentifierERNS_18PropertyDescriptorE
277__ZN3JSC8JSObject22fillGetterPropertySlotERNS_12PropertySlotEPNS_7JSValueE
278__ZN3JSC8JSObject23allocatePropertyStorageEmm
279__ZN3JSC8JSObject24getOwnPropertyDescriptorEPNS_9ExecStateERKNS_10IdentifierERNS_18PropertyDescriptorE
280__ZN3JSC8JSObject3putEPNS_9ExecStateERKNS_10IdentifierENS_7JSValueERNS_15PutPropertySlotE
281__ZN3JSC8JSObject3putEPNS_9ExecStateEjNS_7JSValueE
282__ZN3JSC8Profiler13stopProfilingEPNS_9ExecStateERKNS_7UStringE
283__ZN3JSC8Profiler14startProfilingEPNS_9ExecStateERKNS_7UStringE
284__ZN3JSC8Profiler8profilerEv
285__ZN3JSC8evaluateEPNS_9ExecStateERNS_10ScopeChainERKNS_10SourceCodeENS_7JSValueE
286__ZN3JSC9CodeBlockD1Ev
287__ZN3JSC9CodeBlockD2Ev
288__ZN3JSC9MarkStack10s_pageSizeE
289__ZN3JSC9MarkStack12releaseStackEPvm
290__ZN3JSC9MarkStack13allocateStackEm
291__ZN3JSC9MarkStack18initializePagesizeEv
292__ZN3JSC9Structure13hasTransitionEPN7WebCore10StringImplEj
293__ZN3JSC9Structure17stopIgnoringLeaksEv
294__ZN3JSC9Structure18startIgnoringLeaksEv
295__ZN3JSC9Structure21addPropertyTransitionEPS0_RKNS_10IdentifierEjPNS_6JSCellERm
296__ZN3JSC9Structure22materializePropertyMapEv
297__ZN3JSC9Structure25changePrototypeTransitionEPS0_NS_7JSValueE
298__ZN3JSC9Structure27despecifyDictionaryFunctionERKNS_10IdentifierE
299__ZN3JSC9Structure27despecifyFunctionTransitionEPS0_RKNS_10IdentifierE
300__ZN3JSC9Structure28addPropertyWithoutTransitionERKNS_10IdentifierEjPNS_6JSCellE
301__ZN3JSC9Structure3getEPKN7WebCore10StringImplERjRPNS_6JSCellE
302__ZN3JSC9Structure40addPropertyTransitionToExistingStructureEPS0_RKNS_10IdentifierEjPNS_6JSCellERm
303__ZN3JSC9StructureC1ENS_7JSValueERKNS_8TypeInfoEj
304__ZN3JSC9StructureD1Ev
305__ZN3JSC9constructEPNS_9ExecStateENS_7JSValueENS_13ConstructTypeERKNS_13ConstructDataERKNS_7ArgListE
306__ZN3JSCeqERKNS_7UStringEPKc
307__ZN3JSCgtERKNS_7UStringES2_
308__ZN3JSCltERKNS_7UStringES2_
309__ZN3WTF10fastCallocEmm
310__ZN3WTF10fastMallocEm
311__ZN3WTF10fastStrDupEPKc
312__ZN3WTF11currentTimeEv
313__ZN3WTF11fastReallocEPvm
314__ZN3WTF12createThreadEPFPvS0_ES0_
315__ZN3WTF12createThreadEPFPvS0_ES0_PKc
316__ZN3WTF12detachThreadEj
317__ZN3WTF12isMainThreadEv
318__ZN3WTF12randomNumberEv
319__ZN3WTF13WTFThreadData10staticDataE
320__ZN3WTF13WTFThreadDataC1Ev
321__ZN3WTF13WTFThreadDataD1Ev
322__ZN3WTF13currentThreadEv
323__ZN3WTF13tryFastCallocEmm
324__ZN3WTF13tryFastMallocEm
325__ZN3WTF14fastMallocSizeEPKv
326__ZN3WTF15ThreadCondition4waitERNS_5MutexE
327__ZN3WTF15ThreadCondition6signalEv
328__ZN3WTF15ThreadCondition9broadcastEv
329__ZN3WTF15ThreadCondition9timedWaitERNS_5MutexEd
330__ZN3WTF15ThreadConditionC1Ev
331__ZN3WTF15ThreadConditionD1Ev
332__ZN3WTF16callOnMainThreadEPFvPvES0_
333__ZN3WTF16fastZeroedMallocEm
334__ZN3WTF18dateToDaysFrom1970Eiii
335__ZN3WTF18monthFromDayInYearEib
336__ZN3WTF19initializeThreadingEv
337__ZN3WTF20fastMallocStatisticsEv
338__ZN3WTF20initializeMainThreadEv
339__ZN3WTF21RefCountedLeakCounter16suppressMessagesEPKc
340__ZN3WTF21RefCountedLeakCounter24cancelMessageSuppressionEPKc
341__ZN3WTF21RefCountedLeakCounter9decrementEv
342__ZN3WTF21RefCountedLeakCounter9incrementEv
343__ZN3WTF21RefCountedLeakCounterC1EPKc
344__ZN3WTF21RefCountedLeakCounterD1Ev
345__ZN3WTF23callOnMainThreadAndWaitEPFvPvES0_
346__ZN3WTF23dayInMonthFromDayInYearEib
347__ZN3WTF23waitForThreadCompletionEjPPv
348__ZN3WTF27releaseFastMallocFreeMemoryEv
349__ZN3WTF28setMainThreadCallbacksPausedEb
350__ZN3WTF32doubleToStringInJavaScriptFormatEdPcPj
351__ZN3WTF36lockAtomicallyInitializedStaticMutexEv
352__ZN3WTF37parseDateFromNullTerminatedCharactersEPKc
353__ZN3WTF38unlockAtomicallyInitializedStaticMutexEv
354__ZN3WTF39initializeMainThreadToProcessMainThreadEv
355__ZN3WTF3MD58addBytesEPKhm
356__ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE
357__ZN3WTF3MD5C1Ev
358__ZN3WTF5Mutex4lockEv
359__ZN3WTF5Mutex6unlockEv
360__ZN3WTF5Mutex7tryLockEv
361__ZN3WTF5MutexC1Ev
362__ZN3WTF5MutexD1Ev
363__ZN3WTF6strtodEPKcPPc
364__ZN3WTF7CString11mutableDataEv
365__ZN3WTF7CString16newUninitializedEmRPc
366__ZN3WTF7CStringC1EPKc
367__ZN3WTF7CStringC1EPKcj
368__ZN3WTF7Unicode18convertUTF16ToUTF8EPPKtS2_PPcS4_b
369__ZN3WTF7Unicode18convertUTF8ToUTF16EPPKcS2_PPtS4_b
370__ZN3WTF8Collator18setOrderLowerFirstEb
371__ZN3WTF8CollatorC1EPKc
372__ZN3WTF8CollatorD1Ev
373__ZN3WTF8fastFreeEPv
374__ZN3WTF8msToYearEd
375__ZN3WTF9ByteArray6createEm
376__ZN3WTF9dayInYearEdi
377__ZN3WTFeqERKNS_7CStringES2_
378__ZN7WebCore10StringImpl11reverseFindEPS0_ib
379__ZN7WebCore10StringImpl11reverseFindEti
380__ZN7WebCore10StringImpl12sharedBufferEv
381__ZN7WebCore10StringImpl18simplifyWhiteSpaceEv
382__ZN7WebCore10StringImpl19characterStartingAtEj
383__ZN7WebCore10StringImpl19createUninitializedEjRPt
384__ZN7WebCore10StringImpl22containsOnlyWhitespaceEv
385__ZN7WebCore10StringImpl23defaultWritingDirectionEv
386__ZN7WebCore10StringImpl37createStrippingNullCharactersSlowCaseEPKtj
387__ZN7WebCore10StringImpl4findEPFbtEi
388__ZN7WebCore10StringImpl4findEPKcib
389__ZN7WebCore10StringImpl4findEPS0_ib
390__ZN7WebCore10StringImpl4findEti
391__ZN7WebCore10StringImpl5adoptERNS_12StringBufferE
392__ZN7WebCore10StringImpl5emptyEv
393__ZN7WebCore10StringImpl5lowerEv
394__ZN7WebCore10StringImpl5toIntEPb
395__ZN7WebCore10StringImpl5upperEv
396__ZN7WebCore10StringImpl6createEPKc
397__ZN7WebCore10StringImpl6createEPKcj
398__ZN7WebCore10StringImpl6createEPKtj
399__ZN7WebCore10StringImpl6createEPKtjN3WTF10PassRefPtrINS3_21CrossThreadRefCountedINS3_16OwnFastMallocPtrIS1_EEEEEE
400__ZN7WebCore10StringImpl6secureEt
401__ZN7WebCore10StringImpl7replaceEPS0_S1_
402__ZN7WebCore10StringImpl7replaceEjjPS0_
403__ZN7WebCore10StringImpl7replaceEtPS0_
404__ZN7WebCore10StringImpl7replaceEtt
405__ZN7WebCore10StringImpl8endsWithEPS0_b
406__ZN7WebCore10StringImpl9substringEjj
407__ZN7WebCore10StringImplD1Ev
408__ZN7WebCore11commentAtomE
409__ZN7WebCore12AtomicString11addSlowCaseEPNS_10StringImplE
410__ZN7WebCore12AtomicString3addEPKc
411__ZN7WebCore12AtomicString3addEPKt
412__ZN7WebCore12AtomicString3addEPKtj
413__ZN7WebCore12AtomicString3addEPKtjj
414__ZN7WebCore12AtomicString4findEPKtjj
415__ZN7WebCore12AtomicString4initEv
416__ZN7WebCore15charactersToIntEPKtmPb
417__ZN7WebCore17charactersToFloatEPKtmPb
418__ZN7WebCore17equalIgnoringCaseEPKtPKcj
419__ZN7WebCore17equalIgnoringCaseEPNS_10StringImplEPKc
420__ZN7WebCore17equalIgnoringCaseEPNS_10StringImplES1_
421__ZN7WebCore18charactersToDoubleEPKtmPb
422__ZN7WebCore20equalIgnoringNullityEPNS_10StringImplES1_
423__ZN7WebCore21charactersToIntStrictEPKtmPbi
424__ZN7WebCore22charactersToUIntStrictEPKtmPbi
425__ZN7WebCore5equalEPKNS_10StringImplEPKc
426__ZN7WebCore5equalEPKNS_10StringImplES2_
427__ZN7WebCore6String26fromUTF8WithLatin1FallbackEPKcm
428__ZN7WebCore6String29charactersWithNullTerminationEv
429__ZN7WebCore6String6appendEPKtj
430__ZN7WebCore6String6appendERKS0_
431__ZN7WebCore6String6appendEc
432__ZN7WebCore6String6appendEt
433__ZN7WebCore6String6formatEPKcz
434__ZN7WebCore6String6insertERKS0_j
435__ZN7WebCore6String6numberEd
436__ZN7WebCore6String6numberEi
437__ZN7WebCore6String6numberEj
438__ZN7WebCore6String6numberEl
439__ZN7WebCore6String6numberEm
440__ZN7WebCore6String6numberEt
441__ZN7WebCore6String6numberEx
442__ZN7WebCore6String6numberEy
443__ZN7WebCore6String6removeEji
444__ZN7WebCore6String8fromUTF8EPKc
445__ZN7WebCore6String8fromUTF8EPKcm
446__ZN7WebCore6String8truncateEj
447__ZN7WebCore6StringC1EPKt
448__ZN7WebCore7xmlAtomE
449__ZN7WebCore8nullAtomE
450__ZN7WebCore8starAtomE
451__ZN7WebCore8textAtomE
452__ZN7WebCore9emptyAtomE
453__ZN7WebCore9xmlnsAtomE
454__ZN7WebCoreeqERKNS_12AtomicStringEPKc
455__ZN7WebCoreplEPKcRKNS_6StringE
456__ZN7WebCoreplERKNS_6StringEPKc
457__ZN7WebCoreplERKNS_6StringES2_
458__ZNK3JSC10JSFunction23isHostFunctionNonInlineEv
459__ZNK3JSC11Interpreter14retrieveCallerEPNS_9ExecStateEPNS_10JSFunctionE
460__ZNK3JSC11Interpreter18retrieveLastCallerEPNS_9ExecStateERiRlRNS_7UStringERNS_7JSValueE
461__ZNK3JSC12PropertySlot14functionGetterEPNS_9ExecStateE
462__ZNK3JSC14JSGlobalObject14isDynamicScopeERb
463__ZNK3JSC16InternalFunction9classInfoEv
464__ZNK3JSC16JSVariableObject16isVariableObjectEv
465__ZNK3JSC17DebuggerCallFrame10thisObjectEv
466__ZNK3JSC17DebuggerCallFrame12functionNameEv
467__ZNK3JSC17DebuggerCallFrame22calculatedFunctionNameEv
468__ZNK3JSC17DebuggerCallFrame4typeEv
469__ZNK3JSC17DebuggerCallFrame8evaluateERKNS_7UStringERNS_7JSValueE
470__ZNK3JSC18PropertyDescriptor10enumerableEv
471__ZNK3JSC18PropertyDescriptor12configurableEv
472__ZNK3JSC18PropertyDescriptor16isDataDescriptorEv
473__ZNK3JSC18PropertyDescriptor20isAccessorDescriptorEv
474__ZNK3JSC18PropertyDescriptor6getterEv
475__ZNK3JSC18PropertyDescriptor6setterEv
476__ZNK3JSC18PropertyDescriptor8writableEv
477__ZNK3JSC24JSObjectWithGlobalObject12globalObjectEv
478__ZNK3JSC4Heap10statisticsEv
479__ZNK3JSC4Heap11objectCountEv
480__ZNK3JSC4Heap4sizeEv
481__ZNK3JSC6JSCell11toPrimitiveEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
482__ZNK3JSC6JSCell12toThisObjectEPNS_9ExecStateE
483__ZNK3JSC6JSCell14isGetterSetterEv
484__ZNK3JSC6JSCell8toNumberEPNS_9ExecStateE
485__ZNK3JSC6JSCell8toObjectEPNS_9ExecStateE
486__ZNK3JSC6JSCell8toStringEPNS_9ExecStateE
487__ZNK3JSC6JSCell9classInfoEv
488__ZNK3JSC6JSCell9getStringEPNS_9ExecStateE
489__ZNK3JSC6JSCell9getStringEPNS_9ExecStateERNS_7UStringE
490__ZNK3JSC6JSCell9getUInt32ERj
491__ZNK3JSC6JSCell9toBooleanEPNS_9ExecStateE
492__ZNK3JSC7ArgList8getSliceEiRS0_
493__ZNK3JSC7JSArray12subclassDataEv
494__ZNK3JSC7JSValue16toObjectSlowCaseEPNS_9ExecStateE
495__ZNK3JSC7JSValue19synthesizePrototypeEPNS_9ExecStateE
496__ZNK3JSC7JSValue20toThisObjectSlowCaseEPNS_9ExecStateE
497__ZNK3JSC7JSValue9toIntegerEPNS_9ExecStateE
498__ZNK3JSC7UString10UTF8StringEb
499__ZNK3JSC7UString14toStrictUInt32EPb
500__ZNK3JSC7UString5asciiEv
501__ZNK3JSC7UString6is8BitEv
502__ZNK3JSC7UString6substrEjj
503__ZNK3JSC7UString8toUInt32EPb
504__ZNK3JSC7UString8toUInt32EPbb
505__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateERKNS_10IdentifierE
506__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateEj
507__ZNK3JSC8JSObject12defaultValueEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
508__ZNK3JSC8JSObject12toThisObjectEPNS_9ExecStateE
509__ZNK3JSC8JSObject8toNumberEPNS_9ExecStateE
510__ZNK3JSC8JSObject8toObjectEPNS_9ExecStateE
511__ZNK3JSC8JSObject8toStringEPNS_9ExecStateE
512__ZNK3JSC8JSObject9classNameEv
513__ZNK3JSC8JSObject9toBooleanEPNS_9ExecStateE
514__ZNK3JSC8JSString11resolveRopeEPNS_9ExecStateE
515__ZNK3JSC9HashTable11createTableEPNS_12JSGlobalDataE
516__ZNK3JSC9HashTable11deleteTableEv
517__ZNK3WTF8Collator7collateEPKtmS2_m
518__ZNK7WebCore12AtomicString5lowerEv
519__ZNK7WebCore6String11toIntStrictEPbi
520__ZNK7WebCore6String12toUIntStrictEPbi
521__ZNK7WebCore6String14threadsafeCopyEv
522__ZNK7WebCore6String15stripWhiteSpaceEv
523__ZNK7WebCore6String16removeCharactersEPFbtE
524__ZNK7WebCore6String17crossThreadStringEv
525__ZNK7WebCore6String18simplifyWhiteSpaceEv
526__ZNK7WebCore6String19characterStartingAtEj
527__ZNK7WebCore6String4utf8Ev
528__ZNK7WebCore6String5asciiEv
529__ZNK7WebCore6String5lowerEv
530__ZNK7WebCore6String5splitERKS0_RN3WTF6VectorIS0_Lm0EEE
531__ZNK7WebCore6String5splitERKS0_bRN3WTF6VectorIS0_Lm0EEE
532__ZNK7WebCore6String5splitEtRN3WTF6VectorIS0_Lm0EEE
533__ZNK7WebCore6String5splitEtbRN3WTF6VectorIS0_Lm0EEE
534__ZNK7WebCore6String5toIntEPb
535__ZNK7WebCore6String5upperEv
536__ZNK7WebCore6String6latin1Ev
537__ZNK7WebCore6String6toUIntEPb
538__ZNK7WebCore6String7toFloatEPb
539__ZNK7WebCore6String8foldCaseEv
540__ZNK7WebCore6String8toDoubleEPb
541__ZNK7WebCore6String8toIntPtrEPb
542__ZNK7WebCore6String8toUInt64EPb
543__ZNK7WebCore6String9substringEjj
544__ZTVN3JSC12StringObjectE
545__ZTVN3JSC14JSGlobalObjectE
546__ZTVN3JSC15JSWrapperObjectE
547__ZTVN3JSC16InternalFunctionE
548__ZTVN3JSC16JSVariableObjectE
549__ZTVN3JSC8DebuggerE
550__ZTVN3JSC8JSObjectE
551__ZTVN3JSC8JSStringE
552_jscore_fastmalloc_introspection
553_kJSClassDefinitionEmpty
Note: See TracBrowser for help on using the repository browser.