if (this.values[this.curly - 3] === 'function') {
                        // Anonymous function, e.g. function(){} /42
                        var check_1 = this.values[this.curly - 4];
                        regex = check_1 ? !this.beforeFunctionExpression(check_1) : false;
                    }