blob: 8936d9daee1958cb5ecdf3dd80adb0da9e9635c1 [file] [log] [blame]
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "vm/regexp_assembler.h"
// SNIP
namespace dart {
RegExpMacroAssembler::RegExpMacroAssembler(Zone* zone)
: slow_safe_compiler_(false),
global_mode_(NOT_GLOBAL),
zone_(zone) {
}
RegExpMacroAssembler::~RegExpMacroAssembler() {
}
// SNIP
} // namespace dart