Home
last modified time | relevance | path

Searched refs:closure_scope (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc503 Handle<JSObject> closure_scope = in MaterializeClosure() local
507 CopyContextLocalsToScopeObject(scope_info, context, closure_scope); in MaterializeClosure()
513 handle(context->extension_object(), isolate_), closure_scope, in MaterializeClosure()
519 return closure_scope; in MaterializeClosure()
/external/v8/src/interpreter/
Dbytecode-generator.cc2106 Scope* closure_scope = execution_context()->scope()->ClosureScope(); in VisitFunctionClosureForContext() local
2107 if (closure_scope->is_script_scope() || in VisitFunctionClosureForContext()
2108 closure_scope->is_module_scope()) { in VisitFunctionClosureForContext()
2118 DCHECK(closure_scope->is_function_scope()); in VisitFunctionClosureForContext()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4594 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4595 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4596 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4602 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4608 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc4702 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4703 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4704 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4710 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4716 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc4673 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4674 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4675 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4680 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4686 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc4668 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4669 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4670 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4675 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4681 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc4665 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4666 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4667 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4672 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4678 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4584 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4585 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4586 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4592 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4598 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4592 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4593 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4594 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4600 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4606 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc4684 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation() local
4685 if (closure_scope->is_script_scope() || in PushFunctionArgumentForContextAllocation()
4686 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
4691 } else if (closure_scope->is_eval_scope()) { in PushFunctionArgumentForContextAllocation()
4697 DCHECK(closure_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
/external/v8/src/compiler/
Dast-graph-builder.cc465 Scope* closure_scope = current_scope()->ClosureScope(); in GetFunctionClosureForContext() local
466 if (closure_scope->is_script_scope() || in GetFunctionClosureForContext()
467 closure_scope->is_module_scope()) { in GetFunctionClosureForContext()
472 DCHECK(closure_scope->is_function_scope()); in GetFunctionClosureForContext()