Searched refs:with_nesting_count_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dpreparser.h452 with_nesting_count_(0),
463 bool IsInsideWith() { return with_nesting_count_ != 0; }
473 void EnterWith() { with_nesting_count_++; }
474 void LeaveWith() { with_nesting_count_--; }
482 int with_nesting_count_; member in class:v8::preparser::PreParser::Scope

Completed in 247 milliseconds