Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dassert-scope.h17 enum PerThreadAssertType { enum
44 void set(PerThreadAssertType type, bool allow) { in set()
48 bool get(PerThreadAssertType type) const { in get()
77 DCHECK(data_->get(static_cast<PerThreadAssertType>(i))); in ~PerThreadAssertScopeBase()
99 template <PerThreadAssertType type, bool allow>
155 template <PerThreadAssertType type, bool allow>