Searched refs:child_data (Results 1 – 5 of 5) sorted by relevance
313 Handle<PreParsedScopeData> child_data; in Serialize() local314 if (item->Serialize(isolate).ToHandle(&child_data)) { in Serialize()315 data->set_child_data(i, *child_data); in Serialize()317 DCHECK(data->child_data(i)->IsNull()); in Serialize()535 Object* child_data = data_->child_data(child_index_++); in GetDataForSkippableFunction() local536 if (!child_data->IsPreParsedScopeData()) { in GetDataForSkippableFunction()540 PreParsedScopeData::cast(child_data), isolate_); in GetDataForSkippableFunction()
30 inline Object* child_data(int index) const;
26 Object* PreParsedScopeData::child_data(int index) const { in ACCESSORS()
1848 Object* child = child_data(i); in PreParsedScopeDataVerify()
2154 os << "\n - [" << i << "]: " << Brief(child_data(i)); in PreParsedScopeDataPrint()