Home
last modified time | relevance | path

Searched defs:IsObject (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp278 bool CFXJSE_Value::IsObject(v8::Isolate* pIsolate) const { in IsObject() function in CFXJSE_Value
/external/pdfium/fxjs/
Dfxv8.cpp44 bool IsObject(v8::Local<v8::Value> value) { in IsObject() function
/external/pigweed/pw_json/public/pw_json/
Dbuilder.h299 [[nodiscard]] constexpr bool IsObject() const { return buffer_[0] == '{'; } in IsObject() function