Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1069 Handle<Object> exception_arg = exception_handle; in DoThrow() local
1073 if (exception_arg->IsJSObject() && !IsErrorObject(exception_arg)) { in DoThrow()
1075 Execution::ToDetailString(this, exception_arg); in DoThrow()
1076 if (!maybe_exception.ToHandle(&exception_arg)) { in DoThrow()
1077 exception_arg = factory()->InternalizeOneByteString( in DoThrow()
1085 HandleVector<Object>(&exception_arg, 1), in DoThrow()