Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h310 ASSERT(IsBootstrappingOrContext(result)); in previous()
445 static bool IsBootstrappingOrContext(Object* object);
Dcontexts.cc307 bool Context::IsBootstrappingOrContext(Object* object) { in IsBootstrappingOrContext() function in v8::internal::Context