Commit 503c1c24 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Lint error.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1081 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 43e9e343
...@@ -1082,9 +1082,10 @@ class Trace { ...@@ -1082,9 +1082,10 @@ class Trace {
loop_label_(NULL), loop_label_(NULL),
characters_preloaded_(0), characters_preloaded_(0),
bound_checked_up_to_(0) { } bound_checked_up_to_(0) { }
// End the trace. This involves flushing the deferred actions in the trace and // End the trace. This involves flushing the deferred actions in the trace
// pushing a backtrack location onto the backtrack stack. Once this is done we // and pushing a backtrack location onto the backtrack stack. Once this is
// can start a new trace or go to one that has already been generated. // done we can start a new trace or go to one that has already been
// generated.
bool Flush(RegExpCompiler* compiler, RegExpNode* successor); bool Flush(RegExpCompiler* compiler, RegExpNode* successor);
int cp_offset() { return cp_offset_; } int cp_offset() { return cp_offset_; }
DeferredAction* actions() { return actions_; } DeferredAction* actions() { return actions_; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment