Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h421 DCHECK(IsBootstrappingOrValidParentContext(result, this)); in previous()
589 static bool IsBootstrappingOrValidParentContext(Object* object, Context* kid);
Dcontexts.cc397 bool Context::IsBootstrappingOrValidParentContext( in IsBootstrappingOrValidParentContext() function in v8::internal::Context