Searched refs:err_obj (Results 1 – 1 of 1) sorted by relevance
38 Local<Object> err_obj = er.As<Object>(); in IsExceptionDecorated() local40 err_obj->GetPrivate(env->context(), env->decorated_private_symbol()); in IsExceptionDecorated()214 Local<Object> err_obj; in AppendExceptionLine() local216 err_obj = er.As<Object>(); in AppendExceptionLine()227 const bool can_set_arrow = !arrow_str.IsEmpty() && !err_obj.IsEmpty(); in AppendExceptionLine()233 if (!can_set_arrow || (mode == FATAL_ERROR && !err_obj->IsNativeError())) { in AppendExceptionLine()243 CHECK(err_obj in AppendExceptionLine()313 Local<Object> err_obj = error.As<Object>(); in ReportFatalException() local317 Local<Value> argv[] = {err_obj}; in ReportFatalException()334 USE(err_obj->Get(env->context(), env->stack_string()) in ReportFatalException()[all …]