Searched defs:JSGlobalData (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalData.cpp30 #include "JSGlobalData.h"
105 void* JSGlobalData::jsArrayVPtr;
106 void* JSGlobalData::jsByteArrayVPtr;
107 void* JSGlobalData::jsStringVPtr;
108 void* JSGlobalData::jsFunctionVPtr;
119 void JSGlobalData::storeVPtrs()
128 JSGlobalData::jsArrayVPtr = jsArray->vptr();
133 JSGlobalData::jsByteArrayVPtr = jsByteArray->vptr();
138 JSGlobalData::jsStringVPtr = jsString->vptr();
143 JSGlobalData
146 JSGlobalData::JSGlobalData(GlobalDataType globalDataType, ThreadStackType threadStackType) function in class:JSC::JSGlobalData
[all...]
H A DJSGlobalData.h105 class JSGlobalData : public RefCounted<JSGlobalData> { class in namespace:JSC
109 // on a thread, this is the 'default' JSGlobalData (it uses the
113 // than the old singleton APIShared JSGlobalData created for use by
124 static JSGlobalData& sharedInstance();
126 static PassRefPtr<JSGlobalData> create(ThreadStackType);
127 static PassRefPtr<JSGlobalData> createLeaked(ThreadStackType);
128 static PassRefPtr<JSGlobalData> createContextGroup(ThreadStackType);
129 ~JSGlobalData();
273 JSGlobalData(GlobalDataTyp
[all...]

Completed in 80 milliseconds