Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DASTBuilder.h553 void appendUnaryToken(int& tokenStackDepth, int type, int start) in appendUnaryToken()
569 void unaryTokenStackRemoveLast(int& tokenStackDepth) in unaryTokenStackRemoveLast()
DJSParser.cpp2057 int tokenStackDepth = 0; in parseUnaryExpression() local