Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h157 Node* GetFunctionClosureForContext();
Dast-graph-builder.cc299 Node* AstGraphBuilder::GetFunctionClosureForContext() { in GetFunctionClosureForContext() function in v8::internal::compiler::AstGraphBuilder
2330 Node* local_context = NewNode(op, GetFunctionClosureForContext()); in BuildLocalBlockContext()