Lines Matching full:if

7     if (options === void 0) { options = {}; }
10 if (!constant)
12 if (b.isArrayExpression(expression)) {
16 if (b.isSpreadElement(element)) {
18 if (!(isSpreadable(spread) && constant)) {
31 if (b.isBinaryExpression(expression)) {
36 if (b.isBooleanLiteral(expression)) {
39 if (b.isCallExpression(expression)) {
43 if (b.isSpreadElement(arg)) {
45 if (!(isSpreadable(spread) && constant)) {
56 if (!constant)
58 if (b.isMemberExpression(expression.callee)) {
60 if (!object || !constant) {
69 if (member === undefined && !expression.callee.computed) {
72 if (!constant)
74 if (canCallMethod(object, '' + member)) {
80 if (!constant)
85 if (b.isConditionalExpression(expression)) {
91 if (b.isIdentifier(expression)) {
92 if (options.constants &&
97 if (b.isLogicalExpression(expression)) {
100 if (constant && expression.operator === '&&') {
103 if (constant && expression.operator === '||') {
107 if (b.isMemberExpression(expression)) {
109 if (!object || !constant) {
118 if (member === undefined && !expression.computed) {
121 if (!constant)
123 if ({}.hasOwnProperty.call(object, '' + member) && member[0] !== '_') {
127 if (b.isNullLiteral(expression)) {
130 if (b.isNumericLiteral(expression)) {
133 if (b.isObjectExpression(expression)) {
137 if (b.isObjectProperty(property)) {
138 if (property.shorthand) {
149 if (!key || key[0] === '_') {
152 if (!constant)
155 if (!constant)
159 else if (b.isObjectMethod(property)) {
162 else if (b.isSpreadProperty(property)) {
164 if (!argument)
166 if (!constant)
173 if (b.isParenthesizedExpression(expression)) {
176 if (b.isRegExpLiteral(expression)) {
179 if (b.isSequenceExpression(expression)) {
185 if (b.isStringLiteral(expression)) {
189 if (b.isTemplateLiteral(expression)) {
194 if (i < expression.expressions.length) {
200 if (b.isUnaryExpression(expression)) {
202 if (!constant) {
233 if (a === b)
235 if (a && b && typeof a === 'object' && typeof b === 'object') {
237 if (a[key] !== b[key]) {
242 if (a[key] !== b[key]) {
299 if (object instanceof RegExp) {
318 if (constants === void 0) { constants = EMPTY_OBJECT; }
319 if (options === void 0) { options = EMPTY_OBJECT; }
320 if (lastSrc === src &&
340 if (constants === void 0) { constants = EMPTY_OBJECT; }
341 if (options === void 0) { options = EMPTY_OBJECT; }
342 if (!isConstant(src, constants, options)) {