Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc314 is_private_(is_private), in ClassLiteralProperty()
Dast.h2376 bool is_private() const { return is_private_; } in is_private()
2408 bool is_private_; variable