Lint error.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1081 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
erik.corry@gmail.com 2009-01-15 13:09:23 +00:00
parent 43e9e343dd
commit 503c1c249c

View File

@ -1082,9 +1082,10 @@ class Trace {
loop_label_(NULL),
characters_preloaded_(0),
bound_checked_up_to_(0) { }
// End the trace. This involves flushing the deferred actions in the trace and
// pushing a backtrack location onto the backtrack stack. Once this is done we
// can start a new trace or go to one that has already been generated.
// End the trace. This involves flushing the deferred actions in the trace
// and pushing a backtrack location onto the backtrack stack. Once this is
// done we can start a new trace or go to one that has already been
// generated.
bool Flush(RegExpCompiler* compiler, RegExpNode* successor);
int cp_offset() { return cp_offset_; }
DeferredAction* actions() { return actions_; }