Home
last modified time | relevance | path

Searched refs:with_nesting_level_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dparser.h474 bool inside_with() const { return with_nesting_level_ > 0; } in inside_with()
710 int with_nesting_level_; variable
Dparser.cc531 previous_with_nesting_level_(parser->with_nesting_level_), in LexicalScope()
535 parser->with_nesting_level_ = 0; in LexicalScope()
544 parser_->with_nesting_level_ = previous_with_nesting_level_; in ~LexicalScope()
581 with_nesting_level_(0), in Parser()
1917 with_nesting_level_++; in WithHelper()
1920 with_nesting_level_--; in WithHelper()