Searched defs:Smi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
H A D | smi.h | 23 class Smi : public Object { class 27 constexpr Smi() : Object() {} in Smi() function in v8::internal::Smi 28 explicit constexpr Smi(Address ptr) : Object(ptr) { in Smi() function in v8::internal::Smi [all...] |
H A D | property-details.h | 116 static constexpr Representation Smi() { return Representation(kSmi); } in Smi() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation |
Completed in 2 milliseconds