Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h261 Node* BuildLocalFunctionContext(Scope* scope);
Dast-graph-builder.cc2268 : BuildLocalFunctionContext(scope); in BuildLocalActivationContext()
2297 Node* AstGraphBuilder::BuildLocalFunctionContext(Scope* scope) { in BuildLocalFunctionContext() function in v8::internal::compiler::AstGraphBuilder