Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-iterator-gen.cc414 context, iterator, reason, factory()->throw_string(), if_throw_undefined, in TF_BUILTIN()
429 context, iterator, reason, factory()->throw_string(), if_throw_undefined, in TF_BUILTIN()
/external/v8/src/
Dheap-symbols.h214 V(throw_string, "throw") \
Dbootstrapper.cc948 isolate(), async_from_sync_iterator_prototype, factory()->throw_string(), in CreateAsyncIteratorMaps()
4552 isolate(), async_from_sync_iterator_prototype, factory()->throw_string(), in InitializeGlobal_harmony_await_optimization()
/external/v8/src/interpreter/
Dbytecode-generator.cc3262 const AstRawString* throw_string = in VisitYieldStar() local
3263 ast_string_constants()->throw_string(); in VisitYieldStar()
3265 BuildCallIteratorMethod(iterator.object(), throw_string, in VisitYieldStar()