Searched refs:kWithWritablePrototypeBit (Results 1 – 1 of 1) sorted by relevance
88 kWithWritablePrototypeBit = 1 << 1, enumerator90 kWithPrototypeBits = kWithWritablePrototypeBit | kWithReadonlyPrototypeBit,97 FUNCTION_WITH_WRITEABLE_PROTOTYPE = kWithWritablePrototypeBit,99 kWithWritablePrototypeBit | kWithNameBit,775 return (function_mode & kWithWritablePrototypeBit) != 0; in IsFunctionModeWithWritablePrototype()