Home
last modified time | relevance | path

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

/external/v8/src/
Dassert-scope.h134 SetData(isolate_, DataBit::update(old_data_, allow)); in PerIsolateAssertScope()
142 return DataBit::decode(GetData(isolate)); in IsAllowed()
146 typedef BitField<bool, type, 1> DataBit; typedef