Home
last modified time | relevance | path

Searched refs:QuickIsNull (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h448 V8_INLINE bool QuickIsNull() const;
491 return QuickIsNull(); in IsNull()
495 bool Value::QuickIsNull() const { in QuickIsNull() function in v8::Value
518 return QuickIsNull() || QuickIsUndefined(); in QuickIsNullOrUndefined()
/third_party/node/deps/v8/include/
H A Dv8-value.h438 V8_INLINE bool QuickIsNull() const;
477 return QuickIsNull(); in IsNull()
481 bool Value::QuickIsNull() const { in QuickIsNull() function in v8::Value
/third_party/node/deps/v8/src/api/
H A Dapi.cc3553 DCHECK_EQ(result, QuickIsNull()); in FullIsNull()

Completed in 23 milliseconds