Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h336 BytecodeArrayBuilder& ReThrow(); in NON_EXPORTED_BASE()
Dbytecodes.h281 V(ReThrow, AccumulatorUse::kRead) \
Dbytecode-array-builder.cc915 BytecodeArrayBuilder& BytecodeArrayBuilder::ReThrow() { in ReThrow() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc2055 void BytecodeGenerator::BuildReThrow() { builder()->ReThrow(); } in BuildReThrow()
2406 builder()->ReThrow(); in VisitYield()
/external/v8/src/runtime/
Druntime-internal.cc81 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
Druntime.h305 F(ReThrow, 1, 1) \
Druntime-regexp.cc1707 return isolate->ReThrow(exception); in RUNTIME_FUNCTION()
/external/v8/src/
Disolate.h737 Object* ReThrow(Object* exception);
Disolate.cc1178 Object* Isolate::ReThrow(Object* exception) { in Throw() function in v8::internal::Isolate
1474 return ReThrow(thrown); in Throw()
Dd8.cc886 try_catch.ReThrow(); in CreateRealm()
1024 try_catch.ReThrow(); in WriteToFile()
Dapi.cc2618 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
/external/v8/include/
Dv8.h7936 Local<Value> ReThrow();
/external/v8/
DChangeLog28168 Added TryCatch::ReThrow method to the API.