Searched defs:IsObject (Results 1 – 3 of 3) sorted by relevance
278 bool CFXJSE_Value::IsObject(v8::Isolate* pIsolate) const { in IsObject() function in CFXJSE_Value
44 bool IsObject(v8::Local<v8::Value> value) { in IsObject() function
299 [[nodiscard]] constexpr bool IsObject() const { return buffer_[0] == '{'; } in IsObject() function