else if (this.values[this.curly - 4] === 'function') {
                        // Named function, e.g. function f(){} /42/
                        var check_2 = this.values[this.curly - 5];
                        regex = check_2 ? !this.beforeFunctionExpression(check_2) : true;
                    }