Home
last modified time | relevance | path

Searched refs:IsWasmValue (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-details.h149 if (IsTagged() || IsHeapObject() || IsDouble() || IsWasmValue()) { in MightCauseMapDeprecation()
161 if (IsWasmValue() || other.IsWasmValue()) return false; in CanBeInPlaceChangedTo()
177 if (IsWasmValue()) return Representation::WasmValue(); in MostGenericInPlaceChange()
182 if (IsWasmValue()) return false; in is_more_general_than()
206 constexpr bool IsWasmValue() const { return kind_ == kWasmValue; } in IsWasmValue() function