Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h89 kWithReadonlyPrototypeBit = 1 << 2, enumerator
90 kWithPrototypeBits = kWithWritablePrototypeBit | kWithReadonlyPrototypeBit,
102 FUNCTION_WITH_READONLY_PROTOTYPE = kWithReadonlyPrototypeBit,
104 kWithReadonlyPrototypeBit | kWithNameBit,