Home
last modified time | relevance | path

Searched refs:reusable_preparser_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dparser.h414 delete reusable_preparser_; in ~Parser() local
415 reusable_preparser_ = NULL; in ~Parser()
766 PreParser* reusable_preparser_; variable
Dparser.cc544 reusable_preparser_(NULL), in Parser()
4377 if (reusable_preparser_ == NULL) { in LazyParseFunctionLiteral()
4379 reusable_preparser_ = new PreParser(&scanner_, NULL, stack_limit); in LazyParseFunctionLiteral()
4380 reusable_preparser_->set_allow_harmony_scoping(allow_harmony_scoping()); in LazyParseFunctionLiteral()
4381 reusable_preparser_->set_allow_modules(allow_modules()); in LazyParseFunctionLiteral()
4382 reusable_preparser_->set_allow_natives_syntax(allow_natives_syntax()); in LazyParseFunctionLiteral()
4383 reusable_preparser_->set_allow_lazy(true); in LazyParseFunctionLiteral()
4384 reusable_preparser_->set_allow_generators(allow_generators()); in LazyParseFunctionLiteral()
4385 reusable_preparser_->set_allow_for_of(allow_for_of()); in LazyParseFunctionLiteral()
4386 reusable_preparser_->set_allow_harmony_numeric_literals( in LazyParseFunctionLiteral()
[all …]
/external/v8/src/
Dparser.h438 delete reusable_preparser_; in ~Parser() local
439 reusable_preparser_ = NULL; in ~Parser()
818 preparser::PreParser* reusable_preparser_; variable
Dparser.cc543 reusable_preparser_(NULL), in Parser()
4659 if (reusable_preparser_ == NULL) { in LazyParseFunctionLiteral()
4662 reusable_preparser_ = new preparser::PreParser(&scanner_, in LazyParseFunctionLiteral()
4670 reusable_preparser_->PreParseLazyFunction(top_scope_->language_mode(), in LazyParseFunctionLiteral()