Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DtypeGuardOnContainerTypeNoHang.ts2 export function IsObject(value: any) : value is {[index:string]:any} { function
/third_party/typescript/tests/baselines/reference/
DtypeGuardOnContainerTypeNoHang.js15 function IsObject(value) { class
/third_party/node/deps/v8/src/objects/
Dtagged-impl.h66 constexpr inline bool IsObject() const { return !IsWeakOrCleared(); } in IsObject() function
/third_party/node/deps/v8/src/torque/ls/
Djson.h96 bool IsObject() const { return object_ && tag == OBJECT; } in IsObject() function
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc319 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsObject() { in IsObject() function in CefV8ValueCToCpp
/third_party/cef/libcef/renderer/
Dv8_impl.cc1679 bool CefV8ValueImpl::IsObject() { in IsObject() function in CefV8ValueImpl
/third_party/node/deps/v8/src/api/
Dapi.cc3620 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value