Searched defs:IsTagged (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ | ||
D | machine-type.h | 134 constexpr bool IsTagged() const { in IsTagged() function |
/third_party/node/deps/v8/src/torque/ | ||
D | class-debug-reader-generator.cc | 119 bool IsTagged() const { in IsTagged() function in v8::internal::torque::__anonec6225e80111::DebugFieldType |
/third_party/node/deps/v8/src/objects/ | ||
D | property-details.h | 207 constexpr bool IsTagged() const { return kind_ == kTagged; } in IsTagged() function |