Lines Matching refs:if
24 if (!%IsTemplate(data)) return data;
34 if (typeof Constructor === 'undefined') {
52 // if we need to bail out from a stack overflow.
57 if (!isFunctionCached) {
61 if (!(flags & (1 << kRemovePrototypeBit))) {
69 if (typeof parent !== 'undefined') {
75 if (IS_STRING(name)) %FunctionSetName(fun, name);
77 if (!doNotCache) cache[serialNumber] = fun;
79 if (doNotCache) return fun;
91 if (!properties) return;
97 if (length == 3) {
103 } else if (length == 4 || length == 5) {
117 if (requires_access_checks) %EnableAccessChecks(obj);