Home
last modified time | relevance | path

Searched refs:appendConstDecl (Results 1 – 4 of 4) 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
DJSParser.cpp832 tail = context.appendConstDecl(tail, name, initializer); in parseConstDeclarationList()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1622006 (JSC::ASTBuilder::appendConstDecl):
22182 (JSC::SyntaxChecker::appendConstDecl):