HomeSort by relevance Sort by last modified time
    Searched defs:JSGlobalData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 30 #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::jsFunctionVPtr = jsFunction->vptr()
    [all...]
JSGlobalData.h 105 class JSGlobalData : public RefCounted<JSGlobalData> {
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(GlobalDataType, ThreadStackType)
    [all...]

Completed in 342 milliseconds