HomeSort by relevance Sort by last modified time
    Searched full:function_context (Results 1 - 3 of 3) sorted by null

  /external/v8/src/debug/
debug-scopes.cc 489 Handle<Context> function_context(frame_context->closure_context());
490 CopyContextLocalsToScopeObject(scope_info, function_context, local_scope);
494 if (function_context->closure() == *function &&
495 !function_context->IsNativeContext()) {
496 CopyContextExtensionToScopeObject(function_context, local_scope,
  /external/v8/src/
code-stubs-hydrogen.cc 1995 HAllocate* function_context = Add<HAllocate>( local
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 124 milliseconds