Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty.h200 cacheable_(true), in LookupResult()
245 cacheable_ = false; in HandlerResult()
295 bool IsCacheable() { return cacheable_; } in IsCacheable()
296 void DisallowCaching() { cacheable_ = false; } in DisallowCaching()
402 bool cacheable_; variable