Home
last modified time | relevance | path

Searched defs:IsNone (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfield-type.h38 bool IsNone() const { return *this == None(); } in IsNone() function in v8::internal::FieldType
H A Dproperty-details.h205 constexpr bool IsNone() const { return kind_ == kNone; } in IsNone() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
/third_party/node/deps/v8/src/compiler/
H A Dtypes.h262 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
402 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function in v8::internal::compiler::BitsetType::Type
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h118 constexpr bool IsNone() const { in IsNone() function in v8::internal::MachineRepresentation::MachineType
/third_party/node/deps/v8/src/utils/
H A Dutils.h509 constexpr bool IsNone() const { return id_ == kNoneId; } in IsNone() function in v8::internal::BytecodeOffset
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h91 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h136 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function in v8::internal::CPURegister
218 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function in v8::internal::CPURegister
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h165 bool IsNone() const { in IsNone() function

Completed in 15 milliseconds