Lines Matching full:unnecessary
3510 * Configurations/JavaScriptCore.xcconfig: Remove unnecessary INFOPLIST_PREPROCESS.
4143 just unnecessary work.
4464 (KJS::msToGregorianDateTime): Removed unnecessary "struct" keyword.
5463 Also removed unnecessary use of "Bindings::" prefix.
5603 unnecessary include of <CoreFoundation/CoreFoundation.h>
6489 (KJS::FunctionImp::argumentsGetter): Removed unnecessary braces.
7126 - Removed an unnecessary assert that was stopping many pages. tm_gmtoff was not set for UTC time in mozilla but is always set for us.
9040 through the loop, to avoid the unnecessary killing of puppies.
9488 - Removed the JSClassRef argument to JSClassCreate because it was unnecessary,
11508 prevent unnecessary entries in the "nodes with extra refs" hash table
11664 and also remove some unnecessary build settings from the aggregate target that
12356 * kjs/internal.h: Ditto. Also removed unnecessary declarations of classes
15176 * kjs/simple_number.h: Removed many unnecessary includes, including
15185 * bindings/NP_jsobject.h: Removed a lot of unnecessary includes
15187 * bindings/jni/jni_jsobject.h: Removed a lot of unnecessary includes
15189 * bindings/objc/objc_runtime.h: Removed an unnecessary include.
15193 * bindings/runtime_object.h: Removed an unnecessary include.
16379 * kjs/date_object.h: Reformatted. Removed unnecessary include of "function_object.h".
16454 (KJS::equal): removed unnecessary isNaN checks
16459 * kjs/simple_number.h: removed unnecessary #includes
16465 * kjs/ustring.cpp: removed unnecessary isNaN check
18538 Mozilla Date tests have an unnecessary loop that runs 1970 times before each test
20999 (FunctionCallNode::evaluate): Use new inline baseIfMutable to avoid unnecessary getBase function.
24475 Removed some unnecessary KJS:: namespace specifiers.