Searched refs:IsNeuterable (Results 1 – 6 of 6) sorted by relevance
2529 if (!array_buffer->IsNeuterable()) { in SerializeValue()
6992 return IsNeuterable::decode(bit_field()); in is_neuterable()6997 set_bit_field(IsNeuterable::update(bit_field(), value)); in set_is_neuterable()
11062 class IsNeuterable : public BitField<bool, 2, 1> {};
7349 bool v8::ArrayBuffer::IsNeuterable() const { in IsNeuterable() function in v8::v8::ArrayBuffer
4035 bool IsNeuterable() const;
9852 (1 << JSArrayBuffer::IsNeuterable::kShift))); in BuildAllocateEmptyArrayBuffer()