Home
last modified time | relevance | path

Searched defs:IsProxy (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi.cc3626 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp123483 inline bool IsProxy(const JSObject* obj) in IsProxy() function