Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h44 enum GlobalContextType { FULL_CONTEXT, DEBUG_CONTEXT }; enum
64 GlobalContextType context_type = FULL_CONTEXT);
Dbootstrapper.cc156 GlobalContextType context_type);
216 GlobalContextType context_type);
219 void ConfigureUtilsObject(GlobalContextType context_type);
238 bool InstallNatives(GlobalContextType context_type);
324 GlobalContextType context_type) { in CreateEnvironment()
1433 GlobalContextType context_type) { in InitializeGlobal()
3943 void Genesis::ConfigureUtilsObject(GlobalContextType context_type) { in ConfigureUtilsObject()
4806 bool Genesis::InstallNatives(GlobalContextType context_type) { in InstallNatives()
5643 GlobalContextType context_type) in Genesis()