Home
last modified time | relevance | path

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

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