HomeSort by relevance Sort by last modified time
    Searched refs:outer_context (Results 1 - 2 of 2) sorted by null

  /external/v8/src/debug/
debug-evaluate.cc 127 Handle<Context> outer_context(local_function->context());
128 evaluation_context_ = outer_context;
156 it.HasContext() ? it.CurrentContext() : outer_context;
172 evaluation_context_ = outer_context;
  /external/v8/src/crankshaft/
hydrogen.cc 4245 HValue* outer_context = environment()->context(); local
4273 HValue* outer_context = Add<HLoadNamedField>( local
    [all...]

Completed in 63 milliseconds