Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkJSON.cpp378 SkASSERT(!this->inTopLevelScope()); in parse()
414 if (this->inTopLevelScope()) { in parse()
482 bool inTopLevelScope() const { return fScopeIndex == 0; } in inTopLevelScope() function in skjson::__anon71d692ad0211::DOMParser
/third_party/skia/src/utils/
DSkJSON.cpp386 SkASSERT(!this->inTopLevelScope()); in parse()
422 if (this->inTopLevelScope()) { in parse()
490 bool inTopLevelScope() const { return fScopeIndex == 0; } in inTopLevelScope() function in skjson::__anon409b48780211::DOMParser