Searched refs:makeNull (Results 1 – 4 of 4) sorted by relevance
469 makeNull(); in expandCapacity()484 makeNull(); in expandPreCapacity()1064 makeNull(); in append()1105 makeNull(); in append()1133 makeNull(); in append()1212 makeNull(); in operator =()1645 NEVER_INLINE void UString::makeNull() in makeNull() function in JSC::UString
365 static ALWAYS_INLINE JSValuePtr makeNull() in makeNull() function406 ALWAYS_INLINE JSValuePtr JSImmediate::nullImmediate() { return makeNull(); } in nullImmediate()
271 void makeNull();
2169 (JSC::UString::makeNull):3073 (JSC::JSImmediate::makeNull):27134 (KJS::UString::expandCapacity): Use a non-inline function, makeNull, to27147 makeNull above.27148 (KJS::UString::append): Adopted makeNull for failure cases.27156 (KJS::UString::makeNull): Added.27158 * kjs/ustring.h: Added declarations for the nullRep and makeNull. Changed