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

Last change on this file since 37845 was 37812, checked in by Darin Adler, 17 years ago

JavaScriptCore:

2008-10-23 Darin Adler <Darin Adler>

1) slowness under MSVC, since it doesn't handle a

class with a single pointer in it as efficiently
as a pointer

2) uninitialized pointers in Vector

  • API/APICast.h: (toRef):
  • VM/CTI.cpp: (JSC::CTI::asInteger):
  • VM/CodeGenerator.cpp: (JSC::CodeGenerator::addConstant):
  • VM/CodeGenerator.h: (JSC::CodeGenerator::JSValueHashTraits::constructDeletedValue): (JSC::CodeGenerator::JSValueHashTraits::isDeletedValue):
  • VM/Machine.cpp: (JSC::Machine::cti_op_add): (JSC::Machine::cti_op_pre_inc): (JSC::Machine::cti_op_get_by_id): (JSC::Machine::cti_op_get_by_id_second): (JSC::Machine::cti_op_get_by_id_generic): (JSC::Machine::cti_op_get_by_id_fail): (JSC::Machine::cti_op_instanceof): (JSC::Machine::cti_op_del_by_id): (JSC::Machine::cti_op_mul): (JSC::Machine::cti_op_call_NotJSFunction): (JSC::Machine::cti_op_resolve): (JSC::Machine::cti_op_construct_NotJSConstruct): (JSC::Machine::cti_op_get_by_val): (JSC::Machine::cti_op_sub): (JSC::Machine::cti_op_lesseq): (JSC::Machine::cti_op_negate): (JSC::Machine::cti_op_resolve_base): (JSC::Machine::cti_op_resolve_skip): (JSC::Machine::cti_op_resolve_global): (JSC::Machine::cti_op_div): (JSC::Machine::cti_op_pre_dec): (JSC::Machine::cti_op_not): (JSC::Machine::cti_op_eq): (JSC::Machine::cti_op_lshift): (JSC::Machine::cti_op_bitand): (JSC::Machine::cti_op_rshift): (JSC::Machine::cti_op_bitnot): (JSC::Machine::cti_op_mod): (JSC::Machine::cti_op_less): (JSC::Machine::cti_op_neq): (JSC::Machine::cti_op_urshift): (JSC::Machine::cti_op_bitxor): (JSC::Machine::cti_op_bitor): (JSC::Machine::cti_op_call_eval): (JSC::Machine::cti_op_throw): (JSC::Machine::cti_op_next_pname): (JSC::Machine::cti_op_typeof): (JSC::Machine::cti_op_is_undefined): (JSC::Machine::cti_op_is_boolean): (JSC::Machine::cti_op_is_number): (JSC::Machine::cti_op_is_string): (JSC::Machine::cti_op_is_object): (JSC::Machine::cti_op_is_function): (JSC::Machine::cti_op_stricteq): (JSC::Machine::cti_op_nstricteq): (JSC::Machine::cti_op_to_jsnumber): (JSC::Machine::cti_op_in): (JSC::Machine::cti_op_del_by_val): (JSC::Machine::cti_vm_throw): Removed calls to payload functions.
  • VM/Register.h: (JSC::Register::Register): Removed overload for JSCell and call to payload function.
  • kjs/JSCell.h: Changed JSCell to derive from JSValue again. Removed JSValuePtr constructor. (JSC::asCell): Changed cast from reinterpret_cast to static_cast.
  • kjs/JSImmediate.h: Removed JSValuePtr class. Added typedef back.
  • kjs/JSValue.h: (JSC::JSValue::JSValue): Added empty protected inline constructor back. (JSC::JSValue::~JSValue): Same for destructor. Removed == and != operator for JSValuePtr.
  • kjs/PropertySlot.h: (JSC::PropertySlot::PropertySlot): Chnaged argument to const JSValue* and added a const_cast.
  • kjs/protect.h: Removed overloads and specialization for JSValuePtr.

JavaScriptGlue:

2008-10-23 Darin Adler <Darin Adler>

  • JSValueWrapper.cpp: (JSValueWrapper::GetValue): Added missing call to .get().
  • JSValueWrapper.h: ProtectedPtr<JSValue> instead of ProtectedPtr<JSValuePtr>.

WebCore:

2008-10-23 Darin Adler <Darin Adler>

  • bindings/js/ScheduledAction.h:
  • inspector/InspectorController.cpp: ProtectedPtr<JSValue> instead of ProtectedPtr<JSValuePtr>.
  • Property svn:eol-style set to native
File size: 14.7 KB
Line 
1_JSCheckScriptSyntax
2_JSClassCreate
3_JSClassRelease
4_JSClassRetain
5_JSContextGetGlobalObject
6_JSContextGetGroup
7_JSContextGroupCreate
8_JSContextGroupRelease
9_JSContextGroupRetain
10_JSEndProfiling
11_JSEvaluateScript
12_JSGarbageCollect
13_JSGlobalContextCreate
14_JSGlobalContextCreateInGroup
15_JSGlobalContextRelease
16_JSGlobalContextRetain
17_JSObjectCallAsConstructor
18_JSObjectCallAsFunction
19_JSObjectCopyPropertyNames
20_JSObjectDeleteProperty
21_JSObjectGetPrivate
22_JSObjectGetProperty
23_JSObjectGetPropertyAtIndex
24_JSObjectGetPrototype
25_JSObjectHasProperty
26_JSObjectIsConstructor
27_JSObjectIsFunction
28_JSObjectMake
29_JSObjectMakeArray
30_JSObjectMakeConstructor
31_JSObjectMakeDate
32_JSObjectMakeError
33_JSObjectMakeFunction
34_JSObjectMakeFunctionWithCallback
35_JSObjectMakeRegExp
36_JSObjectSetPrivate
37_JSObjectSetProperty
38_JSObjectSetPropertyAtIndex
39_JSObjectSetPrototype
40_JSPropertyNameAccumulatorAddName
41_JSPropertyNameArrayGetCount
42_JSPropertyNameArrayGetNameAtIndex
43_JSPropertyNameArrayRelease
44_JSPropertyNameArrayRetain
45_JSReportExtraMemoryCost
46_JSStartProfiling
47_JSStringCopyCFString
48_JSStringCreateWithCFString
49_JSStringCreateWithCharacters
50_JSStringCreateWithUTF8CString
51_JSStringGetCharactersPtr
52_JSStringGetLength
53_JSStringGetMaximumUTF8CStringSize
54_JSStringGetUTF8CString
55_JSStringIsEqual
56_JSStringIsEqualToUTF8CString
57_JSStringRelease
58_JSStringRetain
59_JSValueGetType
60_JSValueIsBoolean
61_JSValueIsEqual
62_JSValueIsInstanceOfConstructor
63_JSValueIsNull
64_JSValueIsNumber
65_JSValueIsObject
66_JSValueIsObjectOfClass
67_JSValueIsStrictEqual
68_JSValueIsString
69_JSValueIsUndefined
70_JSValueMakeBoolean
71_JSValueMakeNull
72_JSValueMakeNumber
73_JSValueMakeString
74_JSValueMakeUndefined
75_JSValueProtect
76_JSValueToBoolean
77_JSValueToNumber
78_JSValueToObject
79_JSValueToStringCopy
80_JSValueUnprotect
81_WTFLog
82_WTFLogVerbose
83_WTFReportArgumentAssertionFailure
84_WTFReportAssertionFailure
85_WTFReportAssertionFailureWithMessage
86_WTFReportError
87_WTFReportFatalError
88__Z12jsRegExpFreeP8JSRegExp
89__Z15jsRegExpCompilePKti24JSRegExpIgnoreCaseOption23JSRegExpMultilineOptionPjPPKc
90__Z15jsRegExpExecutePK8JSRegExpPKtiiPii
91__ZN14OpaqueJSString6createERKN3JSC7UStringE
92__ZN3JSC10Identifier11addSlowCaseEPNS_12JSGlobalDataEPNS_7UString3RepE
93__ZN3JSC10Identifier11addSlowCaseEPNS_9ExecStateEPNS_7UString3RepE
94__ZN3JSC10Identifier24checkSameIdentifierTableEPNS_12JSGlobalDataEPNS_7UString3RepE
95__ZN3JSC10Identifier24checkSameIdentifierTableEPNS_9ExecStateEPNS_7UString3RepE
96__ZN3JSC10Identifier3addEPNS_9ExecStateEPKc
97__ZN3JSC10Identifier5equalEPKNS_7UString3RepEPKc
98__ZN3JSC10JSFunction4infoE
99__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeE
100__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeEPKc
101__ZN3JSC10throwErrorEPNS_9ExecStateENS_9ErrorTypeERKNS_7UStringE
102__ZN3JSC11Interpreter11checkSyntaxEPNS_9ExecStateERKNS_10SourceCodeE
103__ZN3JSC11Interpreter21shouldPrintExceptionsEv
104__ZN3JSC11Interpreter24setShouldPrintExceptionsEb
105__ZN3JSC11Interpreter8evaluateEPNS_9ExecStateERNS_10ScopeChainERKNS_10SourceCodeEPNS_7JSValueE
106__ZN3JSC11JSImmediate12nonInlineNaNEv
107__ZN3JSC11JSImmediate8toObjectEPNS_7JSValueEPNS_9ExecStateE
108__ZN3JSC11JSImmediate8toStringEPNS_7JSValueE
109__ZN3JSC11ProfileNode4sortEPFbRKN3WTF6RefPtrIS0_EES5_E
110__ZN3JSC11ProgramNode6createEPNS_12JSGlobalDataEPNS_14SourceElementsEPN3WTF6VectorISt4pairINS_10IdentifierEjELm16EEEPNS6_INS5_6RefPtrINS_12FuncDeclNodeEEELm16EEERKNS_10SourceCodeEji
111__ZN3JSC11PropertyMap3getERKNS_10IdentifierERj
112__ZN3JSC11PropertyMap3putERKNS_10IdentifierEj
113__ZN3JSC11PropertyMapD1Ev
114__ZN3JSC11StructureID17stopIgnoringLeaksEv
115__ZN3JSC11StructureID18startIgnoringLeaksEv
116__ZN3JSC11StructureID21addPropertyTransitionEPS0_RKNS_10IdentifierEjRm
117__ZN3JSC11StructureID21clearEnumerationCacheEv
118__ZN3JSC11StructureID24fromDictionaryTransitionEPS0_
119__ZN3JSC11StructureID27growPropertyStorageCapacityEv
120__ZN3JSC11StructureIDC1EPNS_7JSValueERKNS_8TypeInfoE
121__ZN3JSC11StructureIDD1Ev
122__ZN3JSC12DateInstance4infoE
123__ZN3JSC12JSGlobalData10ClientDataD2Ev
124__ZN3JSC12JSGlobalData12createLeakedEv
125__ZN3JSC12JSGlobalData6createEv
126__ZN3JSC12JSGlobalDataD1Ev
127__ZN3JSC12SamplingTool4dumpEPNS_9ExecStateE
128__ZN3JSC12SamplingTool4stopEv
129__ZN3JSC12SamplingTool5startEj
130__ZN3JSC12SmallStrings17createEmptyStringEPNS_12JSGlobalDataE
131__ZN3JSC12StringObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
132__ZN3JSC12StringObject14toThisJSStringEPNS_9ExecStateE
133__ZN3JSC12StringObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayE
134__ZN3JSC12StringObject18getOwnPropertySlotEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
135__ZN3JSC12StringObject18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
136__ZN3JSC12StringObject4infoE
137__ZN3JSC12StringObjectC2EPNS_9ExecStateEN3WTF10PassRefPtrINS_11StructureIDEEERKNS_7UStringE
138__ZN3JSC12jsNumberCellEPNS_9ExecStateEd
139__ZN3JSC13CodeGenerator21setDumpsGeneratedCodeEb
140__ZN3JSC13StatementNode6setLocEii
141__ZN3JSC13jsOwnedStringEPNS_12JSGlobalDataERKNS_7UStringE
142__ZN3JSC14JSGlobalObject10globalExecEv
143__ZN3JSC14JSGlobalObject12defineGetterEPNS_9ExecStateERKNS_10IdentifierEPNS_8JSObjectE
144__ZN3JSC14JSGlobalObject12defineSetterEPNS_9ExecStateERKNS_10IdentifierEPNS_8JSObjectE
145__ZN3JSC14JSGlobalObject14setTimeoutTimeEj
146__ZN3JSC14JSGlobalObject16stopTimeoutCheckEv
147__ZN3JSC14JSGlobalObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueEj
148__ZN3JSC14JSGlobalObject17startTimeoutCheckEv
149__ZN3JSC14JSGlobalObject29markCrossHeapDependentObjectsEv
150__ZN3JSC14JSGlobalObject3putEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueERNS_15PutPropertySlotE
151__ZN3JSC14JSGlobalObject4initEPNS_8JSObjectE
152__ZN3JSC14JSGlobalObject4markEv
153__ZN3JSC14JSGlobalObjectD2Ev
154__ZN3JSC14JSGlobalObjectnwEmPNS_12JSGlobalDataE
155__ZN3JSC14constructArrayEPNS_9ExecStateERKNS_7ArgListE
156__ZN3JSC15JSWrapperObject4markEv
157__ZN3JSC16FunctionBodyNode13finishParsingEPNS_10IdentifierEm
158__ZN3JSC16FunctionBodyNode14copyParametersEv
159__ZN3JSC16FunctionBodyNode6createEPNS_12JSGlobalDataEPNS_14SourceElementsEPN3WTF6VectorISt4pairINS_10IdentifierEjELm16EEEPNS6_INS5_6RefPtrINS_12FuncDeclNodeEEELm16EEERKNS_10SourceCodeEji
160__ZN3JSC16InternalFunction4infoE
161__ZN3JSC16InternalFunctionC2EPNS_12JSGlobalDataEN3WTF10PassRefPtrINS_11StructureIDEEERKNS_10IdentifierE
162__ZN3JSC16JSVariableObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
163__ZN3JSC16JSVariableObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayE
164__ZN3JSC16ParserRefCounted3refEv
165__ZN3JSC16ParserRefCounted5derefEv
166__ZN3JSC17PropertyNameArray3addEPNS_7UString3RepE
167__ZN3JSC17PrototypeFunctionC1EPNS_9ExecStateEN3WTF10PassRefPtrINS_11StructureIDEEEiRKNS_10IdentifierEPFPNS_7JSValueES2_PNS_8JSObjectESB_RKNS_7ArgListEE
168__ZN3JSC17constructFunctionEPNS_9ExecStateERKNS_7ArgListERKNS_10IdentifierERKNS_7UStringEi
169__ZN3JSC19constructEmptyArrayEPNS_9ExecStateE
170__ZN3JSC19initializeThreadingEv
171__ZN3JSC20constructEmptyObjectEPNS_9ExecStateE
172__ZN3JSC23setUpStaticFunctionSlotEPNS_9ExecStateEPKNS_9HashEntryEPNS_8JSObjectERKNS_10IdentifierERNS_12PropertySlotE
173__ZN3JSC4Heap14allocateNumberEm
174__ZN3JSC4Heap14primaryHeapEndEv
175__ZN3JSC4Heap15recordExtraCostEm
176__ZN3JSC4Heap16primaryHeapBeginEv
177__ZN3JSC4Heap17globalObjectCountEv
178__ZN3JSC4Heap20protectedObjectCountEv
179__ZN3JSC4Heap24setGCProtectNeedsLockingEv
180__ZN3JSC4Heap25protectedObjectTypeCountsEv
181__ZN3JSC4Heap26protectedGlobalObjectCountEv
182__ZN3JSC4Heap4heapEPNS_7JSValueE
183__ZN3JSC4Heap4sizeEv
184__ZN3JSC4Heap7collectEv
185__ZN3JSC4Heap7protectEPNS_7JSValueE
186__ZN3JSC4Heap8allocateEm
187__ZN3JSC4Heap9unprotectEPNS_7JSValueE
188__ZN3JSC4callEPNS_9ExecStateEPNS_7JSValueENS_8CallTypeERKNS_8CallDataES3_RKNS_7ArgListE
189__ZN3JSC5equalEPKNS_7UString3RepES3_
190__ZN3JSC6JSCell11getCallDataERNS_8CallDataE
191__ZN3JSC6JSCell11getJSNumberEv
192__ZN3JSC6JSCell14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
193__ZN3JSC6JSCell14deletePropertyEPNS_9ExecStateEj
194__ZN3JSC6JSCell14toThisJSStringEPNS_9ExecStateE
195__ZN3JSC6JSCell16getConstructDataERNS_13ConstructDataE
196__ZN3JSC6JSCell18getOwnPropertySlotEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
197__ZN3JSC6JSCell18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
198__ZN3JSC6JSCell3putEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueERNS_15PutPropertySlotE
199__ZN3JSC6JSCell3putEPNS_9ExecStateEjPNS_7JSValueE
200__ZN3JSC6JSCell9getObjectEv
201__ZN3JSC6JSCellnwEmPNS_9ExecStateE
202__ZN3JSC6JSLock12DropAllLocksC1EPNS_9ExecStateE
203__ZN3JSC6JSLock12DropAllLocksC1Eb
204__ZN3JSC6JSLock12DropAllLocksD1Ev
205__ZN3JSC6JSLock4lockEb
206__ZN3JSC6JSLock6unlockEb
207__ZN3JSC6JSLock9lockCountEv
208__ZN3JSC6JSLockC1EPNS_9ExecStateE
209__ZN3JSC6Parser5parseEPNS_12JSGlobalDataEPiPNS_7UStringE
210__ZN3JSC6strtodEPKcPPc
211__ZN3JSC7ArgList10slowAppendEPNS_7JSValueE
212__ZN3JSC7CStringD1Ev
213__ZN3JSC7CStringaSERKS0_
214__ZN3JSC7JSArray4infoE
215__ZN3JSC7Profile10restoreAllEv
216__ZN3JSC7Profile5focusEPKNS_11ProfileNodeE
217__ZN3JSC7Profile7excludeEPKNS_11ProfileNodeE
218__ZN3JSC7Profile7forEachEMNS_11ProfileNodeEFvvE
219__ZN3JSC7UString3Rep11computeHashEPKti
220__ZN3JSC7UString3Rep4nullE
221__ZN3JSC7UString3Rep7destroyEv
222__ZN3JSC7UString4fromEi
223__ZN3JSC7UString4fromEj
224__ZN3JSC7UString6appendEPKc
225__ZN3JSC7UString6appendERKS0_
226__ZN3JSC7UStringC1EPKc
227__ZN3JSC7UStringC1EPKti
228__ZN3JSC7UStringaSEPKc
229__ZN3JSC8Debugger6attachEPNS_14JSGlobalObjectE
230__ZN3JSC8Debugger6detachEPNS_14JSGlobalObjectE
231__ZN3JSC8DebuggerC2Ev
232__ZN3JSC8DebuggerD2Ev
233__ZN3JSC8JSObject11hasInstanceEPNS_9ExecStateEPNS_7JSValueES4_
234__ZN3JSC8JSObject12defineGetterEPNS_9ExecStateERKNS_10IdentifierEPS0_
235__ZN3JSC8JSObject12defineSetterEPNS_9ExecStateERKNS_10IdentifierEPS0_
236__ZN3JSC8JSObject12lookupGetterEPNS_9ExecStateERKNS_10IdentifierE
237__ZN3JSC8JSObject12lookupSetterEPNS_9ExecStateERKNS_10IdentifierE
238__ZN3JSC8JSObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
239__ZN3JSC8JSObject14deletePropertyEPNS_9ExecStateEj
240__ZN3JSC8JSObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayE
241__ZN3JSC8JSObject17createInheritorIDEv
242__ZN3JSC8JSObject17putDirectFunctionEPNS_9ExecStateEPNS_16InternalFunctionEj
243__ZN3JSC8JSObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueEj
244__ZN3JSC8JSObject17putWithAttributesEPNS_9ExecStateEjPNS_7JSValueEj
245__ZN3JSC8JSObject18getOwnPropertySlotEPNS_9ExecStateEjRNS_12PropertySlotE
246__ZN3JSC8JSObject18getPrimitiveNumberEPNS_9ExecStateERdRPNS_7JSValueE
247__ZN3JSC8JSObject22fillGetterPropertySlotERNS_12PropertySlotEPPNS_7JSValueE
248__ZN3JSC8JSObject23allocatePropertyStorageEmm
249__ZN3JSC8JSObject3putEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueERNS_15PutPropertySlotE
250__ZN3JSC8JSObject3putEPNS_9ExecStateEjPNS_7JSValueE
251__ZN3JSC8JSObject4markEv
252__ZN3JSC8Profiler13stopProfilingEPNS_9ExecStateERKNS_7UStringE
253__ZN3JSC8Profiler14startProfilingEPNS_9ExecStateERKNS_7UStringE
254__ZN3JSC8Profiler8profilerEv
255__ZN3JSC8jsStringEPNS_12JSGlobalDataERKNS_7UStringE
256__ZN3JSC9CodeBlockD1Ev
257__ZN3JSC9CodeBlockD2Ev
258__ZN3JSCeqERKNS_7UStringEPKc
259__ZN3JSCgtERKNS_7UStringES2_
260__ZN3JSCltERKNS_7UStringES2_
261__ZN3WTF10fastCallocEmm
262__ZN3WTF10fastMallocEm
263__ZN3WTF11fastReallocEPvm
264__ZN3WTF12createThreadEPFPvS0_ES0_
265__ZN3WTF12createThreadEPFPvS0_ES0_PKc
266__ZN3WTF12detachThreadEj
267__ZN3WTF12isMainThreadEv
268__ZN3WTF13currentThreadEv
269__ZN3WTF13tryFastCallocEmm
270__ZN3WTF15ThreadCondition4waitERNS_5MutexE
271__ZN3WTF15ThreadCondition6signalEv
272__ZN3WTF15ThreadCondition9broadcastEv
273__ZN3WTF15ThreadConditionC1Ev
274__ZN3WTF15ThreadConditionD1Ev
275__ZN3WTF16callOnMainThreadEPFvPvES0_
276__ZN3WTF16fastZeroedMallocEm
277__ZN3WTF19initializeThreadingEv
278__ZN3WTF21RefCountedLeakCounter16suppressMessagesEPKc
279__ZN3WTF21RefCountedLeakCounter24cancelMessageSuppressionEPKc
280__ZN3WTF21RefCountedLeakCounter9decrementEv
281__ZN3WTF21RefCountedLeakCounter9incrementEv
282__ZN3WTF21RefCountedLeakCounterC1EPKc
283__ZN3WTF21RefCountedLeakCounterD1Ev
284__ZN3WTF23waitForThreadCompletionEjPPv
285__ZN3WTF27releaseFastMallocFreeMemoryEv
286__ZN3WTF28setMainThreadCallbacksPausedEb
287__ZN3WTF5Mutex4lockEv
288__ZN3WTF5Mutex6unlockEv
289__ZN3WTF5Mutex7tryLockEv
290__ZN3WTF5MutexC1Ev
291__ZN3WTF5MutexD1Ev
292__ZN3WTF7Unicode18convertUTF16ToUTF8EPPKtS2_PPcS4_b
293__ZN3WTF8Collator18setOrderLowerFirstEb
294__ZN3WTF8CollatorC1EPKc
295__ZN3WTF8CollatorD1Ev
296__ZN3WTF8fastFreeEPv
297__ZNK3JSC12DateInstance7getTimeERdRi
298__ZNK3JSC12StringObject12toThisStringEPNS_9ExecStateE
299__ZNK3JSC12StringObject8toStringEPNS_9ExecStateE
300__ZNK3JSC14JSGlobalObject14isDynamicScopeEv
301__ZNK3JSC14JSGlobalObject14toGlobalObjectEPNS_9ExecStateE
302__ZNK3JSC16InternalFunction9classInfoEv
303__ZNK3JSC16JSVariableObject16isVariableObjectEv
304__ZNK3JSC16JSVariableObject21getPropertyAttributesEPNS_9ExecStateERKNS_10IdentifierERj
305__ZNK3JSC17DebuggerCallFrame10thisObjectEv
306__ZNK3JSC17DebuggerCallFrame12functionNameEv
307__ZNK3JSC17DebuggerCallFrame4typeEv
308__ZNK3JSC4Node8toStringEv
309__ZNK3JSC6JSCell12toThisObjectEPNS_9ExecStateE
310__ZNK3JSC6JSCell12toThisStringEPNS_9ExecStateE
311__ZNK3JSC6JSCell14isGetterSetterEv
312__ZNK3JSC6JSCell17getTruncatedInt32ERi
313__ZNK3JSC6JSCell18getTruncatedUInt32ERj
314__ZNK3JSC6JSCell9classInfoEv
315__ZNK3JSC6JSCell9getNumberEv
316__ZNK3JSC6JSCell9getStringERNS_7UStringE
317__ZNK3JSC6JSCell9getStringEv
318__ZNK3JSC6JSCell9getUInt32ERj
319__ZNK3JSC7ArgList8getSliceEiRS0_
320__ZNK3JSC7JSValue15toInt32SlowCaseEPNS_9ExecStateERb
321__ZNK3JSC7JSValue16toUInt32SlowCaseEPNS_9ExecStateERb
322__ZNK3JSC7JSValue7toFloatEPNS_9ExecStateE
323__ZNK3JSC7JSValue9toIntegerEPNS_9ExecStateE
324__ZNK3JSC7Machine14retrieveCallerEPNS_9ExecStateEPNS_16InternalFunctionE
325__ZNK3JSC7UString10UTF8StringEb
326__ZNK3JSC7UString14toStrictUInt32EPb
327__ZNK3JSC7UString5asciiEv
328__ZNK3JSC7UString6is8BitEv
329__ZNK3JSC7UString6substrEii
330__ZNK3JSC7UString8toUInt32EPb
331__ZNK3JSC7UString8toUInt32EPbb
332__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateERKNS_10IdentifierE
333__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateEj
334__ZNK3JSC8JSObject12defaultValueEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
335__ZNK3JSC8JSObject12toThisObjectEPNS_9ExecStateE
336__ZNK3JSC8JSObject14toGlobalObjectEPNS_9ExecStateE
337__ZNK3JSC8JSObject21getPropertyAttributesEPNS_9ExecStateERKNS_10IdentifierERj
338__ZNK3JSC8JSObject8toNumberEPNS_9ExecStateE
339__ZNK3JSC8JSObject8toObjectEPNS_9ExecStateE
340__ZNK3JSC8JSObject8toStringEPNS_9ExecStateE
341__ZNK3JSC8JSObject9classNameEv
342__ZNK3JSC8JSObject9toBooleanEPNS_9ExecStateE
343__ZNK3JSC9CodeBlock17derefStructureIDsEPNS_11InstructionE
344__ZNK3JSC9HashTable11createTableEPNS_12JSGlobalDataE
345__ZNK3WTF8Collator7collateEPKtmS2_m
346__ZTVN3JSC12JSNumberCellE
347__ZTVN3JSC12StringObjectE
348__ZTVN3JSC14JSGlobalObjectE
349__ZTVN3JSC15JSWrapperObjectE
350__ZTVN3JSC16InternalFunctionE
351__ZTVN3JSC16JSVariableObjectE
352__ZTVN3JSC8JSObjectE
353__ZTVN3JSC8JSStringE
354_jscore_fastmalloc_introspection
355_kJSClassDefinitionEmpty
356__ZN3JSC11JSImmediate9prototypeEPNS_7JSValueEPNS_9ExecStateE
357__ZN3JSC11StructureID25changePrototypeTransitionEPS0_PNS_7JSValueE
358__ZN3JSC12StringObject3putEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueERNS_15PutPropertySlotE
359__ZN3JSC17PrototypeFunctionC1EPNS_9ExecStateEiRKNS_10IdentifierEPFPNS_7JSValueES2_PNS_8JSObjectES7_RKNS_7ArgListEE
360__ZN3JSC23objectProtoFuncToStringEPNS_9ExecStateEPNS_8JSObjectEPNS_7JSValueERKNS_7ArgListE
361__ZN3JSC9constructEPNS_9ExecStateEPNS_7JSValueENS_13ConstructTypeERKNS_13ConstructDataERKNS_7ArgListE
362__ZNK3JSC17DebuggerCallFrame8evaluateERKNS_7UStringERPNS_7JSValueE
363__ZNK3JSC7Machine18retrieveLastCallerEPNS_9ExecStateERiRlRNS_7UStringERPNS_7JSValueE
Note: See TracBrowser for help on using the repository browser.