Searched refs:ThreadStackTypeSmall (Results 1 – 4 of 4) sorted by relevance
49 return toRef(JSGlobalData::createContextGroup(ThreadStackTypeSmall).leakRef()); in JSContextGroupCreate()87 …p ? PassRefPtr<JSGlobalData>(toJS(group)) : JSGlobalData::createContextGroup(ThreadStackTypeSmall);
168 …, maxReentryDepth(threadStackType == ThreadStackTypeSmall ? MaxSmallThreadReentryDepth : MaxLargeT… in JSGlobalData()340 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef(); in sharedInstance()
102 ThreadStackTypeSmall enumerator
53 : m_globalData(JSGlobalData::create(ThreadStackTypeSmall)) in WorkerScriptController()