Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper-internal.h39 void SetFieldsOnPublicView(d::PropertyBase* public_view) { in SetFieldsOnPublicView() argument
40 public_view->name = name_.c_str(); in SetFieldsOnPublicView()
41 public_view->type = type_.c_str(); in SetFieldsOnPublicView()
42 public_view->decompressed_type = decompressed_type_.c_str(); in SetFieldsOnPublicView()