Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-value.h442 bool FullIsNull() const;
475 return FullIsNull(); in IsNull()
492 return FullIsNull() || FullIsUndefined(); in IsNullOrUndefined()
/third_party/node/deps/v8/src/api/
Dapi.cc3550 bool Value::FullIsNull() const { in FullIsNull() function in v8::Value