Searched refs:appendConstDecl (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h201 int appendConstDecl(int, const Identifier*, int) { return 1; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h480 ConstDeclNode* appendConstDecl(ConstDeclNode* tail, const Identifier* name, ExpressionNode* initializer) function in class:JSC::ASTBuilder
H A DJSParser.cpp832 tail = context.appendConstDecl(tail, name, initializer);

Completed in 113 milliseconds