Home
last modified time | relevance | path

Searched refs:proxy_not_revoked (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc18 Label proxy_not_revoked(this); in GotoIfRevokedProxy() local
19 GotoIfNot(IsJSProxy(object), &proxy_not_revoked); in GotoIfRevokedProxy()
21 &proxy_not_revoked, if_proxy_revoked); in GotoIfRevokedProxy()
22 BIND(&proxy_not_revoked); in GotoIfRevokedProxy()