Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc176 throw_proxy_handler_or_target_revoked(this, Label::kDeferred), in TF_BUILTIN() local
181 GotoIfRevokedProxy(target, &throw_proxy_handler_or_target_revoked); in TF_BUILTIN()
185 GotoIfRevokedProxy(handler, &throw_proxy_handler_or_target_revoked); in TF_BUILTIN()
202 BIND(&throw_proxy_handler_or_target_revoked); in TF_BUILTIN()
214 throw_proxy_handler_or_target_revoked(this, Label::kDeferred), in TF_BUILTIN() local
219 GotoIfRevokedProxy(target, &throw_proxy_handler_or_target_revoked); in TF_BUILTIN()
223 GotoIfRevokedProxy(handler, &throw_proxy_handler_or_target_revoked); in TF_BUILTIN()
245 BIND(&throw_proxy_handler_or_target_revoked); in TF_BUILTIN()