Lines Matching full:destructor
31 UStrings to avoid the static destructor getting called later.
33 Identifiers to avoid the static destructor getting called later.
2619 (WTF::ListHashSetNode::destroy): Changed to call the destructor rather than
3562 (KJS::JSCallbackObject::~JSCallbackObject): This destructor can't
3652 * kjs/value.h: Remove unneeded empty virtual destructor from JSValue.
3654 virtual destructor. Declaring an empty constructor in JSValue had one
3655 good effect: it marked the destructor private, making it a compile
3659 point to the JSValue version of the virtual table inside the destructor
4087 The problem was that our thread-specific data destructor would modify the
4094 thread, since the thread-specific data destructor needs to lock
4383 our globals on the heap, avoiding a seemingly unsafe destructor call at
4479 destructor and not the correspoding copy constructor or assignment operator.
4481 Fixed the destructor to use the array delete operator, since timeZone is an array.
4521 Don't GC in the Interpreter destructor. For that to work, the Interpreter
13141 - Merged _commonInit and _commonDelete into constructor and destructor.
17705 * kjs/value.h: Made ValueImp's destructor virtual because otherwise pointers to ValueImp
18253 share code with the destructor, and was not efficient enough for the destructor.
18500 -instance constructor and destructor now do the work that used to