Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h263 Node* BuildLocalBlockContext(Scope* scope);
Dast-graph-builder.cc1014 Node* context = BuildLocalBlockContext(stmt->scope()); in VisitBlock()
2324 Node* AstGraphBuilder::BuildLocalBlockContext(Scope* scope) { in BuildLocalBlockContext() function in v8::internal::compiler::AstGraphBuilder