Lines Matching full:nil
5208 return nil instead of just leaking.
5212 return nil instead of just leaking.
10107 Just pass nil as the calling URL. This will cause the Java plugin to use the URL of the page
20832 Correctly handle accessing nil objects from a Java object array.
21224 Added nil check.
21384 1. If a nil object is passed in an array from Java to JavaScript we will crash.
22939 Fixed <rdar://problem/3702287> Crash returning nil from bound ObjC
22941 This turned out to be a show stopper for Dashboard. Accessing a nil
22954 Fixed <rdar://problem/3696112>: nil from an Objective-C class seems to get wrapped as a JavaScript proxy that will not print.
22957 return Undefined() when nil is returned from a ObjC method
22991 - added some missing nil checks
22994 (ObjcInstance::ObjcInstance): Check for nil.
22995 (ObjcInstance::~ObjcInstance): Check for nil.
22996 (ObjcInstance::operator=): Check for nil.
23100 Fixed crash when attempting to access properties on nil
26107 backwards list. Made the case for the first node separate so we don't need a nil check.