Searched defs:CreateEnvironment (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dmodule_system_test.cc221 env_ = CreateEnvironment();
243 scoped_ptr<ModuleSystemTestEnvironment> ModuleSystemTest::CreateEnvironment() { function in class:extensions::ModuleSystemTest
/external/chromium_org/v8/src/
H A Dlithium.cc526 LEnvironment* LChunkBuilderBase::CreateEnvironment( function in class:v8::internal::LChunkBuilderBase
532 CreateEnvironment(hydrogen_env->outer(), argument_index_accumulator,
H A Dbootstrapper.cc334 Handle<Context> Bootstrapper::CreateEnvironment( function in class:Bootstrapper
H A Dapi.cc5138 static i::Handle<i::Context> CreateEnvironment( function in namespace:v8
5186 env = isolate->bootstrapper()->CreateEnvironment(
5216 CreateEnvironment(isolate, extensions, global_template, global_object);

Completed in 84 milliseconds