Home
last modified time | relevance | path

Searched defs:appendConstDecl (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h201 int appendConstDecl(int, const Identifier*, int) { return 1; } in appendConstDecl() function
DASTBuilder.h480 …ConstDeclNode* appendConstDecl(ConstDeclNode* tail, const Identifier* name, ExpressionNode* initia… in appendConstDecl() function