Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-proxy.cc50 CONVERT_ARG_HANDLE_CHECKED(Smi, on_non_existent, 3); in RUNTIME_FUNCTION()
51 DCHECK_NE(static_cast<OnNonExistent>(on_non_existent->value()), in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc969 auto on_non_existent = Parameter<Object>(Descriptor::kOnNonExistent); in TF_BUILTIN() local
1001 GotoIf(TaggedEqual(on_non_existent, in TF_BUILTIN()
1004 CSA_ASSERT(this, TaggedEqual(on_non_existent, in TF_BUILTIN()
1013 receiver, on_non_existent); in TF_BUILTIN()
1027 receiver, on_non_existent); in TF_BUILTIN()