Home
last modified time | relevance | path

Searched refs:IsProxy (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-value.h330 bool IsProxy() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h335 bool IsProxy() const;
/third_party/node/src/
H A Dnode_util.cc119 if (!args[0]->IsProxy()) in GetProxyDetails()
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc335 if (value->IsProxy()) { in serializeV8Value()
H A Dvalue-mirror.cc1157 while (value->IsProxy()) value = value.As<v8::Proxy>()->GetTarget(); in buildObjectPreviewInternal()
1159 if (value->IsObject() && !value->IsProxy()) { in buildObjectPreviewInternal()
1706 if (value->IsProxy()) { in create()
H A Dv8-console-message.cc117 if (value->IsProxy()) { in append()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3626 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value
3977 Utils::ApiCheck(that->IsProxy(), "v8::Proxy::Cast", "Value is not a Proxy"); in CheckCast()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 52 milliseconds