Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h447 V8_INLINE bool QuickIsUndefined() const;
470 return QuickIsUndefined(); in IsUndefined()
474 bool Value::QuickIsUndefined() const { in QuickIsUndefined() function in v8::Value
518 return QuickIsNull() || QuickIsUndefined(); in QuickIsNullOrUndefined()
/third_party/node/deps/v8/include/
H A Dv8-value.h437 V8_INLINE bool QuickIsUndefined() const;
460 return QuickIsUndefined(); in IsUndefined()
464 bool Value::QuickIsUndefined() const { in QuickIsUndefined() function in v8::Value
/third_party/node/deps/v8/src/api/
H A Dapi.cc3546 DCHECK_EQ(result, QuickIsUndefined()); in FullIsUndefined()

Completed in 22 milliseconds