Searched defs:ToExplicitString (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/torque/ | ||
D | types.cc | 83 std::string FunctionPointerType::ToExplicitString() const { in ToExplicitString() function in v8::internal::torque::FunctionPointerType |
D | types.h | 132 std::string ToExplicitString() const override { return name(); } in ToExplicitString() function |