Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.h19 explicit CallPrinter(Isolate* isolate, bool is_user_js);
Dprettyprinter.cc19 CallPrinter::CallPrinter(Isolate* isolate, bool is_user_js) in CallPrinter() argument
29 is_user_js_ = is_user_js; in CallPrinter()