Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc1156 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()
Dobjects.h7136 static const int kResultPropertyCount = 2; variable