Home
last modified time | relevance | path

Searched defs:GetDebugType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.cc1335 std::string Type::GetDebugType() const { in GetDebugType() function in v8::internal::torque::Type
Dtypes.h396 std::string GetDebugType() const override { return parent()->GetDebugType(); } in GetDebugType() function