Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h64 enum GlobalContextType { FULL_CONTEXT, DEBUG_CONTEXT }; enum
83 GlobalContextType context_type = FULL_CONTEXT);
Dbootstrapper.cc144 GlobalContextType context_type);
202 GlobalContextType context_type);
205 void ConfigureUtilsObject(GlobalContextType context_type);
221 bool InstallNatives(GlobalContextType context_type);
313 GlobalContextType context_type) { in CreateEnvironment()
1104 GlobalContextType context_type) { in InitializeGlobal()
2836 void Genesis::ConfigureUtilsObject(GlobalContextType context_type) { in ConfigureUtilsObject()
3416 bool Genesis::InstallNatives(GlobalContextType context_type) { in InstallNatives()
4364 size_t context_snapshot_index, GlobalContextType context_type) in Genesis()