Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc396 const bool kIsCatchable = false; in TF_BUILTIN() local
397 AsyncGeneratorAwait<Descriptor>(kIsCatchable); in TF_BUILTIN()
401 const bool kIsCatchable = true; in TF_BUILTIN() local
402 AsyncGeneratorAwait<Descriptor>(kIsCatchable); in TF_BUILTIN()