Home
last modified time | relevance | path

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

/external/v8/src/
Dapinatives.js84 if (flags & (1 << kReadOnlyPrototypeBit)) {
Dmacros.py68 const kReadOnlyPrototypeBit = 3; # For FunctionTemplateInfo, matches objects.h
Dobjects-inl.h3534 kReadOnlyPrototypeBit) in ACCESSORS()
Dobjects.h8281 static const int kReadOnlyPrototypeBit = 3; variable