Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h2831 FunctionDeclaration* NewFunctionDeclaration(FunctionLiteral* fun, int pos) { in NewFunctionDeclaration() function
/third_party/node/deps/v8/src/parsing/
Dparser.cc1861 factory()->NewFunctionDeclaration(function, beg_pos); in DeclareFunction()