Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-value.h443 bool FullIsString() const;
510 return FullIsString(); in IsString()
/third_party/node/deps/v8/src/api/
Dapi.cc3573 bool Value::FullIsString() const { in FullIsString() function in v8::Value