Searched refs:throw_string (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-async-iterator-gen.cc | 414 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/ |
D | heap-symbols.h | 214 V(throw_string, "throw") \
|
D | bootstrapper.cc | 948 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/ |
D | bytecode-generator.cc | 3262 const AstRawString* throw_string = in VisitYieldStar() local 3263 ast_string_constants()->throw_string(); in VisitYieldStar() 3265 BuildCallIteratorMethod(iterator.object(), throw_string, in VisitYieldStar()
|