Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparsed-scope-data.cc166 data_for_inner_functions_(zone), in ProducedPreParsedScopeData()
169 parent->data_for_inner_functions_.push_back(this); in ProducedPreParsedScopeData()
183 data_for_inner_functions_(zone), in ProducedPreParsedScopeData()
290 DCHECK_EQ(data_for_inner_functions_.size(), 0); in Serialize()
304 int child_data_length = static_cast<int>(data_for_inner_functions_.size()); in Serialize()
312 for (const auto& item : data_for_inner_functions_) { in Serialize()
Dpreparsed-scope-data.h172 ZoneChunkList<ProducedPreParsedScopeData*> data_for_inner_functions_; variable