Searched defs:IsProxy (Results 1 – 2 of 2) sorted by relevance
3626 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value
123483 inline bool IsProxy(const JSObject* obj) in IsProxy() function