Searched refs:staticJavaScriptThreads (Results 1 – 2 of 2) sorted by relevance
49 static ThreadSet staticJavaScriptThreads; in javaScriptThreads() local50 return &staticJavaScriptThreads; in javaScriptThreads()
885 static CFMutableDictionaryRef staticJavaScriptThreads; in javaScriptThreads() local886 if (!staticJavaScriptThreads) in javaScriptThreads()887 staticJavaScriptThreads = CFDictionaryCreateMutable(0, 0, &pthreadKeyCallbacks, 0); in javaScriptThreads()888 return staticJavaScriptThreads; in javaScriptThreads()