Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dapinatives.js79 if (flags & (1 << kRemovePrototypeBit)) {
Dmacros.py71 const kRemovePrototypeBit = 4; # For FunctionTemplateInfo, matches objects.h
Dobjects-inl.h4699 kRemovePrototypeBit) in ACCESSORS()
Dobjects.h10336 static const int kRemovePrototypeBit = 4; variable