Home
last modified time | relevance | path

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

/external/v8/src/
Dapinatives.js76 var doNotCache = flags & (1 << kDoNotCacheBit);
Dmacros.py72 const kDoNotCacheBit = 5; # For FunctionTemplateInfo, matches objects.h
Dobjects-inl.h5428 kDoNotCacheBit) in ACCESSORS()
Dobjects.h10511 static const int kDoNotCacheBit = 5; variable