Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dhandles.cc690 Handle<Context> compile_context(Context::cast(info->get(1))); in LoadLazy() local
692 Handle<Object> receiver(compile_context->global()->builtins()); in LoadLazy()
726 Top::set_context(*compile_context); in LoadLazy()
750 Handle<Context> compile_context, in SetupLazy() argument
754 arr->set(1, *compile_context); // Compile in this context in SetupLazy()
Dhandles.h317 Handle<Context> compile_context,