Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc239 bool ConfigureGlobalObjects(v8::Handle<v8::ObjectTemplate> global_template);
2110 bool Genesis::ConfigureGlobalObjects( in ConfigureGlobalObjects() function in v8::internal::Genesis
2320 if (!ConfigureGlobalObjects(global_template)) return; in Genesis()
2337 if (!ConfigureGlobalObjects(global_template)) return; in Genesis()
/external/chromium_org/v8/src/
Dbootstrapper.cc249 bool ConfigureGlobalObjects(v8::Handle<v8::ObjectTemplate> global_template);
2361 bool Genesis::ConfigureGlobalObjects( in ConfigureGlobalObjects() function in v8::internal::Genesis
2580 if (!ConfigureGlobalObjects(global_template)) return; in Genesis()
2597 if (!ConfigureGlobalObjects(global_template)) return; in Genesis()