Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h88 kWithWritablePrototypeBit = 1 << 1, enumerator
90 kWithPrototypeBits = kWithWritablePrototypeBit | kWithReadonlyPrototypeBit,
97 FUNCTION_WITH_WRITEABLE_PROTOTYPE = kWithWritablePrototypeBit,
99 kWithWritablePrototypeBit | kWithNameBit,
775 return (function_mode & kWithWritablePrototypeBit) != 0; in IsFunctionModeWithWritablePrototype()