Lines Matching refs:parentheses
20368 <rdar://problem/5731773> REGRESSION (r28973): Extraneous parentheses in function.toString()
20767 Test: fast/js/function-toString-parentheses.html
20777 could get smarter, and only add the parentheses when there is actual ambiguity.
20869 (KJS::JSGlobalObject::pushActivation): Removed parentheses that don't make
20870 the expression clearer -- other similar sites didn't have these parentheses,
20960 parentheses when necessary.
28259 Fix compiler warning "warning: suggest parentheses around && within ||"
28262 * kjs/value.h: (KJS::JSValue::isNumber): Add parentheses.
29239 and use that when serializing to determine where parentheses are needed.
29240 This means we no longer have to represent parentheses in the tree.
29272 cause the next node serialized to add parentheses based on that precedence value.
29278 to the Node* version to add parentheses if needed.