Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-iterator-gen.cc343 &args, context, iterator, reason, factory()->throw_string(), in TF_BUILTIN()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h409 V(_, throw_string, "throw") \
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc4903 const AstRawString* throw_string = in VisitYieldStar() local
4904 ast_string_constants()->throw_string(); in VisitYieldStar()
4906 BuildCallIteratorMethod(iterator.object(), throw_string, in VisitYieldStar()