Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h64 enum ContextType { FULL_CONTEXT, THIN_CONTEXT, DEBUG_CONTEXT }; enumerator
83 ContextType context_type = FULL_CONTEXT);
Dbootstrapper.cc1987 case FULL_CONTEXT: { in ConfigureUtilsObject()
3463 if (context_type == FULL_CONTEXT) { in Genesis()