Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:unnecessary

609         group for each context, making JSlock implicit locking unnecessary.
1828 * API/JSStringRefCF.cpp: Removed an unnecessary include of JSLock.h.
2442 Don't create unnecessary JSGlobalData instances.
3857 unnecessary hash table lookup since the object wrappers themselves don't
3913 avoiding an unnecessary virtual function call (the call to the type()
5758 "true" and "false" constants. But it's completely unnecessary in C++ as the
8023 this is an unnecessary remnant of the old way of doing things.
8775 (KJS::JSObject::call): Removed these hooks, because they are now unnecessary.
12364 Avoid creating unnecessary ScopeChain objects, to reduce refcount churn.
12451 in advance of codegen. Unfortunately this may lead to unnecessary copying,
12602 Remove unnecessary files from testkjs, testapi and minidom targets.
13479 - Removed unnecessary "r" parameter from slideRegisterWindowForCall
17705 - Removes all unnecessary #defines from dtoa code.
19697 Remove unnecessary include.
19790 Remove unnecessary and incorrect memset() calls - GregorianDateTime can initialize itself.
20896 - Remove some unnecessary branching.
22800 - Remove unnecessary redundant check from property setting
23716 - removed unnecessary includes of "Vector.h"
23732 Get rid of unnecessary and incorrect security checks for plug-ins accessing JavaScript objects.
23857 (compileBracket): Take out unnecessary initialization of out parameters.
28700 Removed now unnecessary check for write-only assignment in ReadModifyLocalVarNode
28845 Includes removal of an unnecessary KJS_CHECKEXCEPTIONVALUE.
28848 would execute the unnecessary KJS_CHECKEXCEPTIONVALUE much.
29884 (KJS::DateObjectImp::construct): Removed unnecessary checks of numArgs in cases
29889 * kjs/math_object.cpp: (MathFuncImp::callAsFunction): Removed unnecessary special
30632 function and was unnecessary. The other callsite was modifying
31295 Removed unnecessary #include.
31422 it (1) makes a little more sense and (2) avoids unnecessary work. This