Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:held

1353         held by the parse tree. Tracking their cost as part of string cost is pointless,
3569 to allow stronger assertions than just that the lock is held
24918 The run loop that is used to execute JavaScript (in practice, always the main run loop) is held in a class variable. It is set and retained once and should not be released. Unfortunately is it being released when the 'root' object on a LiveConnect applet is released. This has the symptom of eventually causing an deallocation of the main run loop! Usually after about 5 instantiations/destructions of a LiveConnect applet. The CFRelease of the run loop was removed.