Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc221 bool InstallNatives(GlobalContextType context_type);
3416 bool Genesis::InstallNatives(GlobalContextType context_type) { in InstallNatives() function in v8::internal::Genesis
4439 if (!InstallNatives(context_type)) return; in Genesis()