Searched refs:kWithWritablePrototypeBit (Results 1 – 1 of 1) sorted by relevance
71 kWithWritablePrototypeBit = 1 << 2, enumerator73 kWithPrototypeBits = kWithWritablePrototypeBit | kWithReadonlyPrototypeBit,82 FUNCTION_WITH_WRITEABLE_PROTOTYPE = kWithWritablePrototypeBit,84 kWithWritablePrototypeBit | kWithNameBit,86 kWithWritablePrototypeBit | kWithHomeObjectBit,88 kWithWritablePrototypeBit | kWithNameBit | kWithHomeObjectBit,887 return (function_mode & kWithWritablePrototypeBit) != 0; in IsFunctionModeWithWritablePrototype()