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

  /external/v8/src/parsing/
rewriter.h 34 static bool Rewrite(Parser* parser, DeclarationScope* closure_scope,
rewriter.cc 18 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope,
26 closure_scope_(closure_scope),
28 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope());
32 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result,
40 closure_scope_(closure_scope),
42 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope());
50 DeclarationScope* closure_scope() { return closure_scope_; } function in class:v8::internal::final
255 CHECK_NOT_NULL(closure_scope());
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 642 DCHECK_EQ(closure_scope(), closure_scope()->GetClosureScope());
712 ContextScope incoming_context(this, closure_scope(), false);
724 if (closure_scope()->NeedsContext()) {
727 ContextScope local_function_context(this, closure_scope(), false);
753 VisitArgumentsObject(closure_scope()->arguments());
756 Variable* rest_parameter = closure_scope()->rest_parameter();
760 VisitThisFunctionVariable(closure_scope()->this_function_var());
763 VisitNewTargetVariable(closure_scope()->new_target_var());
769 VisitDeclarations(closure_scope()->declarations())
    [all...]
bytecode-generator.h 176 inline DeclarationScope* closure_scope() const { return closure_scope_; } function in class:v8::internal::interpreter::final
  /external/v8/src/debug/
debug-scopes.cc 537 Handle<JSObject> closure_scope = local
541 CopyContextLocalsToScopeObject(scope_info, context, closure_scope);
545 CopyContextExtensionToScopeObject(context, closure_scope,
548 return closure_scope;
  /external/v8/src/compiler/
ast-graph-builder.cc 300 DeclarationScope* closure_scope = current_scope()->GetClosureScope(); local
301 if (closure_scope->is_script_scope() ||
302 closure_scope->is_module_scope()) {
306 } else if (closure_scope->is_eval_scope()) {
313 DCHECK(closure_scope->is_function_scope());
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 2737 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 2791 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 2673 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 2762 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 2767 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 2746 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 2688 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 2659 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 2663 DeclarationScope* closure_scope = scope()->GetClosureScope(); local
    [all...]

Completed in 1219 milliseconds