Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.h52 bool is_user_js_; variable
Dprettyprinter.cc29 is_user_js_ = is_user_js; in CallPrinter()
277 if (is_user_js_) { in VisitVariableProxy()
343 if (!is_user_js_ && node->expression()->IsVariableProxy()) { in VisitCall()
368 if (!is_user_js_ && node->expression()->IsVariableProxy()) { in VisitCallNew()