Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc1926 factory()->NewVariableDeclaration(proxy, VAR, top_scope_); in ParseNativeDeclaration()
2187 factory()->NewVariableDeclaration(proxy, mode, top_scope_); in ParseVariableDeclarations()
Dast.h2643 VariableDeclaration* NewVariableDeclaration(VariableProxy* proxy, in NewVariableDeclaration() function