Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h159 if (must_use_preparsed_scope_data_) { in NON_EXPORTED_BASE()
162 must_use_preparsed_scope_data_ = true; in NON_EXPORTED_BASE()
169 return must_use_preparsed_scope_data_; in NON_EXPORTED_BASE()
579 bool must_use_preparsed_scope_data_ : 1; in NON_EXPORTED_BASE() local
Dscopes.cc273 must_use_preparsed_scope_data_ = true; in Scope()
361 must_use_preparsed_scope_data_ = false; in SetDefaults()
688 if (scope->must_use_preparsed_scope_data_) { in Analyze()