Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dprettyprinter.h24 explicit CallPrinter(Isolate* isolate, bool is_user_js,
Dprettyprinter.cc22 CallPrinter::CallPrinter(Isolate* isolate, bool is_user_js, in CallPrinter() argument
35 is_user_js_ = is_user_js; in CallPrinter()