Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds