Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:uninitialized

3174         - fix build problem with last change - -O3 complains more about uninitialized variables
4612 Fix uninitialized variable
4827 uninitialized" warning. Use a local variable so we compare with pcre_uchar instead
4850 Fixed bug in copy constructor where we'd have an uninitialized m_allocator.
13160 (KJS::Bindings::ObjcMethod::ObjcMethod): Initialized uninitialized
18045 REGRESSION: Crash when using in-place operator on uninitialized array element
18053 either uninitialized or set. There's no "initialized and not set" state.