Searched refs:staticJavaScriptThreads (Results 1 – 2 of 2) sorted by relevance
52 static ThreadSet staticJavaScriptThreads; in javaScriptThreads() local53 return &staticJavaScriptThreads; in javaScriptThreads()
1094 static CFMutableDictionaryRef staticJavaScriptThreads; in javaScriptThreads() local1095 if (!staticJavaScriptThreads) in javaScriptThreads()1096 staticJavaScriptThreads = CFDictionaryCreateMutable(0, 0, &pthreadKeyCallbacks, 0); in javaScriptThreads()1097 return staticJavaScriptThreads; in javaScriptThreads()