Lines Matching full:safe
964 holding the lock is waiting on the thread that is forking. It is not considered safe to use system frameworks
3842 in our hashtable, since they're UString::Reps, and ref/deref aren't thread-safe.
4352 objects allocated on secondary threads have thread-safe finalizers.
4356 * The mark function must be thread-safe.
5086 thread-safe.
11884 objects. Pure JS objects are thread-safe because all JS execution
11891 The solution here is to have each JSCell know whether it is safe to
16398 since ascii() is not thread safe. Changed some variables back from int to long to avoid
19456 * JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
19856 [PATCH] Safe merges of comments and other trivialities from KDE's kjs
26098 * kjs/grammar.y: Handle CatchNode and FinallyNode in a type-safe way.