Home
last modified time | relevance | path

Searched defs:IsObject (Results 1 – 5 of 5) 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/node/deps/v8/src/api/
Dapi.cc3620 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value