Home
last modified time | relevance | path

Searched refs:IsRevoked (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-proxy-inl.h23 bool JSProxy::IsRevoked() const { return !handler().IsJSReceiver(); } in IsRevoked() function in v8::internal::JSProxy
H A Djs-proxy.h26 V8_INLINE bool IsRevoked() const;
H A Dobjects.cc1201 if (proxy->IsRevoked()) { in GetProperty()
1351 if (proxy->IsRevoked()) { in GetPrototype()
3025 if (!proxy->IsRevoked()) { in Revoke()
3031 DCHECK(proxy->IsRevoked()); in Revoke()
3040 if (proxy->IsRevoked()) { in IsArray()
3065 if (proxy->IsRevoked()) { in HasProperty()
3138 if (proxy->IsRevoked()) { in SetProperty()
3189 if (proxy->IsRevoked()) { in DeletePropertyOrElement()
3497 if (proxy->IsRevoked()) { in DefineOwnProperty()
3667 if (proxy->IsRevoked()) { in GetOwnPropertyDescriptor()
[all...]
H A Dkeys.cc1203 if (proxy->IsRevoked()) { in CollectOwnJSProxyKeys()
H A Djs-objects.cc671 if (proxy.IsRevoked()) { in GetFunctionRealm()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-proxy.h26 bool IsRevoked() const;
/third_party/node/deps/v8/include/
H A Dv8-proxy.h26 bool IsRevoked() const;
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc291 isolate->factory()->NewStringFromAsciiChecked("[[IsRevoked]]"), in GetInternalProperties()
292 isolate->factory()->ToBoolean(js_proxy->IsRevoked())); in GetInternalProperties()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1572 if (!IsRevoked()) { in JSProxyVerify()
/third_party/node/deps/v8/src/api/
H A Dapi.cc7777 bool Proxy::IsRevoked() const { in IsRevoked() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Proxy
7779 return self->IsRevoked(); in IsRevoked()

Completed in 46 milliseconds