Searched defs:SmiPrint (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
H A D | objects.cc | 1843 void Smi::SmiPrint(std::ostream& os) const { os << value(); } in SmiPrint() function in v8::internal::Smi |
Completed in 17 milliseconds