Searched refs:kResultPropertyCount (Results 1 – 2 of 2) sorted by relevance
1156 STATIC_ASSERT(JSGeneratorObject::kResultPropertyCount == 2); in InitializeGlobal()1159 Map::Create(isolate, JSGeneratorObject::kResultPropertyCount); in InitializeGlobal()1162 DCHECK_EQ(JSGeneratorObject::kResultPropertyCount, in InitializeGlobal()1165 JSGeneratorObject::kResultPropertyCount); in InitializeGlobal()1179 JSGeneratorObject::kResultPropertyCount); in InitializeGlobal()
7136 static const int kResultPropertyCount = 2; variable