Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
Dparse-js.js303 S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) ||
563 var UNARY_POSTFIX = array_to_hash([ "--", "++" ]); variable
1102 if (allow_calls && is("operator") && HOP(UNARY_POSTFIX, S.token.value)) {