Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkJSON.cpp394 SkASSERT(!this->inTopLevelScope()); in parse()
430 if (this->inTopLevelScope()) { in parse()
498 bool inTopLevelScope() const { return fScopeIndex == 0; } in inTopLevelScope() function in skjson::__anon69f7a9ed0211::DOMParser