Lines Matching full:early
5445 (KJS::Bindings::addNativeReference): Changed to use an early return instead
14314 If the hash table is empty, return 0 early.
16104 I replaced early returns from within NS_DURINGs with calls to
16114 I removed the early return in the case where a JavaScript caller
16384 (KJS::styleFromArgString): Tweaked to return early instead of using a variable.
18293 (KJS::PropertyMap::~PropertyMap): Changed loop to exit early once we know we've processed
21525 Avoid additional work on dealloc by adding early out to
25669 Fixed early delete of the the main applet instance. When the JS collector cleaned up the last JS object referring to the applet instance we were deleting the java instance. This caused the applet instance cached on the applet element to be invalid. The applet instance is the only Java object not to be cleaned up by the JS collector.
26031 out early, since attempting to iterate its properties will throw
26168 (StringProtoFuncImp::call): Don't do an early return, since that
26200 (FunctionCallNode::evaluate): If we're going to return early due