Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.h72 kWithReadonlyPrototypeBit = 1 << 3, enumerator
73 kWithPrototypeBits = kWithWritablePrototypeBit | kWithReadonlyPrototypeBit,
91 FUNCTION_WITH_READONLY_PROTOTYPE = kWithReadonlyPrototypeBit,
93 kWithReadonlyPrototypeBit | kWithNameBit,