Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc1075 Handle<Object> exception_arg = exception_handle; in DoThrow() local
1079 if (exception_arg->IsJSObject() && !IsErrorObject(exception_arg)) { in DoThrow()
1081 Execution::ToDetailString(this, exception_arg); in DoThrow()
1082 if (!maybe_exception.ToHandle(&exception_arg)) { in DoThrow()
1083 exception_arg = factory()->InternalizeOneByteString( in DoThrow()
1091 HandleVector<Object>(&exception_arg, 1), in DoThrow()