Searched defs:IsObject (Results 1 – 3 of 3) sorted by relevance
402 bool CFXJSE_Value::IsObject() const { in IsObject() function in CFXJSE_Value
1196 bool IsObject() const { return true; } in IsObject() function
3286 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value