Home
last modified time | relevance | path

Searched defs:IsObject (Results 1 – 4 of 4) 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/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